summaryrefslogtreecommitdiff
path: root/wm/fluxbox/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2005-04-22 15:55:59 +0000
committerjmcneill <jmcneill@pkgsrc.org>2005-04-22 15:55:59 +0000
commit14897e8efa81a3396dd988016401ac2a0d5eb9b5 (patch)
treeb89127634834042a4c10b6022a4df59fe4ccc362 /wm/fluxbox/Makefile
parent3ef1e38f72362546fb1a6507a9fc5f08702d7819 (diff)
downloadpkgsrc-14897e8efa81a3396dd988016401ac2a0d5eb9b5.tar.gz
Pull in libiconv buildlink3, and never build with -O2. Fixes PR pkg/30032.
Diffstat (limited to 'wm/fluxbox/Makefile')
-rw-r--r--wm/fluxbox/Makefile7
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"