From 14897e8efa81a3396dd988016401ac2a0d5eb9b5 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Fri, 22 Apr 2005 15:55:59 +0000 Subject: Pull in libiconv buildlink3, and never build with -O2. Fixes PR pkg/30032. --- wm/fluxbox/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'wm') 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" -- cgit v1.2.3