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 | 14897e8efa81a3396dd988016401ac2a0d5eb9b5 (patch) | |
tree | b89127634834042a4c10b6022a4df59fe4ccc362 /wm | |
parent | 3ef1e38f72362546fb1a6507a9fc5f08702d7819 (diff) | |
download | pkgsrc-14897e8efa81a3396dd988016401ac2a0d5eb9b5.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" |