Sun May 31 15:26:59 2020 UTC ()
devel/libfirm: remove unknown configure option


(rillig)
diff -r1.7 -r1.8 pkgsrc/devel/libfirm/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/devel/libfirm/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libfirm/Makefile 2020/03/20 11:57:27 1.7
+++ pkgsrc/devel/libfirm/Makefile 2020/05/31 15:26:59 1.8
@@ -1,27 +1,23 @@ @@ -1,27 +1,23 @@
1# $NetBSD: Makefile,v 1.7 2020/03/20 11:57:27 nia Exp $ 1# $NetBSD: Makefile,v 1.8 2020/05/31 15:26:59 rillig Exp $
2# 2#
3 3
4DISTNAME= libfirm-1.21.0 4DISTNAME= libfirm-1.21.0
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libfirm/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libfirm/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://libfirm.sourceforge.net/ 10HOMEPAGE= http://libfirm.sourceforge.net/
11COMMENT= Provides a graph-based SSA representation of programs 11COMMENT= Provides a graph-based SSA representation of programs
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16 16
17PKGCONFIG_OVERRIDE+= libfirm.pc.in 17PKGCONFIG_OVERRIDE+= libfirm.pc.in
18 18
19.if exists(/usr/include/wchar.h) 
20CONFIGURE_ARGS+= --enable-wchar-support 
21.endif 
22 
23# 19#
24# NOTE: jvm support requires dlopen/dlsym 20# NOTE: jvm support requires dlopen/dlsym
25#.include "../../mk/dlopen.buildlink3.mk" 21#.include "../../mk/dlopen.buildlink3.mk"
26# 22#
27.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"