pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/flwm Make flwm build with FLTK 1.1.x as well as 1.0.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/105dee05b97f
branches:  trunk
changeset: 468575:105dee05b97f
user:      ben <ben%pkgsrc.org@localhost>
date:      Sun Feb 15 06:13:51 2004 +0000

description:
Make flwm build with FLTK 1.1.x as well as 1.0.x.

diffstat:

 wm/flwm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8b6338fe7387 -r 105dee05b97f wm/flwm/Makefile
--- a/wm/flwm/Makefile  Sun Feb 15 06:09:45 2004 +0000
+++ b/wm/flwm/Makefile  Sun Feb 15 06:13:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 22:55:11 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/15 06:13:51 ben Exp $
 #
 
 DISTNAME=      flwm-1.00
@@ -15,6 +15,8 @@
 
 GNU_CONFIGURE= # defined
 CONFIGURE_ENV+=        X_LIBS="-lGL"
+MAKE_ENV+=     CXXFLAGS="${CXXFLAGS}"
+CXXFLAGS+=     -DFLTK_1_0_COMPAT
 
 .include "../../x11/fltk/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index