diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2005-04-22 15:55:59 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2005-04-22 15:55:59 +0000 |
commit | cd067760bf772117a08abb86ee916a9c008e27de (patch) | |
tree | b89127634834042a4c10b6022a4df59fe4ccc362 /wm | |
parent | e35675a8e583ea35cc7a57801c377513c44afbc8 (diff) | |
download | pkgsrc-cd067760bf772117a08abb86ee916a9c008e27de.tar.gz |
Pull in libiconv buildlink3, and never build with -O2. Fixes PR pkg/30032.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fluxbox/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile index e62f160a08c..21d123cb706 100644 --- a/wm/fluxbox/Makefile +++ b/wm/fluxbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:47:47 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/04/22 15:55:59 jmcneill Exp $ # DISTNAME= fluxbox-0.9.12 @@ -20,15 +20,12 @@ USE_LIBTOOL= YES .include "../../mk/bsd.prefs.mk" -# Workaround for pkg/29825 -- older compilers apparently -# have problems building this package. -.if (${MACHINE_PLATFORM:MNetBSD-2.0*-*} != "") BUILDLINK_TRANSFORM+= rename:-O2:-O1 -.endif CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --enable-xinerama .include "options.mk" +.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |