pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fluxbox Pull in libiconv buildlink3, and never buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d27e254055a7
branches:  trunk
changeset: 492919:d27e254055a7
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Fri Apr 22 15:55:59 2005 +0000

description:
Pull in libiconv buildlink3, and never build with -O2. Fixes PR pkg/30032.

diffstat:

 wm/fluxbox/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r c794f8b213a8 -r d27e254055a7 wm/fluxbox/Makefile
--- a/wm/fluxbox/Makefile       Fri Apr 22 14:09:03 2005 +0000
+++ b/wm/fluxbox/Makefile       Fri Apr 22 15:55:59 2005 +0000
@@ -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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index