pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libfirm



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 15:26:59 UTC 2020

Modified Files:
        pkgsrc/devel/libfirm: Makefile

Log Message:
devel/libfirm: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libfirm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libfirm/Makefile
diff -u pkgsrc/devel/libfirm/Makefile:1.7 pkgsrc/devel/libfirm/Makefile:1.8
--- pkgsrc/devel/libfirm/Makefile:1.7   Fri Mar 20 11:57:27 2020
+++ pkgsrc/devel/libfirm/Makefile       Sun May 31 15:26:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/03/20 11:57:27 nia Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/31 15:26:59 rillig Exp $
 #
 
 DISTNAME=      libfirm-1.21.0
@@ -16,10 +16,6 @@ USE_TOOLS+=  pkg-config
 
 PKGCONFIG_OVERRIDE+=   libfirm.pc.in
 
-.if exists(/usr/include/wchar.h)
-CONFIGURE_ARGS+=       --enable-wchar-support
-.endif
-
 #
 # NOTE: jvm support requires dlopen/dlsym
 #.include "../../mk/dlopen.buildlink3.mk"



Home | Main Index | Thread Index | Old Index