diff options
author | ben <ben@pkgsrc.org> | 2004-02-15 06:13:51 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-02-15 06:13:51 +0000 |
commit | 1ae6eed91389fd0f931c8ebc8cfb304de16beaba (patch) | |
tree | 341244b3b5389c4a8ca30b07c40442c39c1c7fcd /wm/flwm/Makefile | |
parent | a2241a9f62153cc720d958204ad73fe1addc1198 (diff) | |
download | pkgsrc-1ae6eed91389fd0f931c8ebc8cfb304de16beaba.tar.gz |
Make flwm build with FLTK 1.1.x as well as 1.0.x.
Diffstat (limited to 'wm/flwm/Makefile')
-rw-r--r-- | wm/flwm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/flwm/Makefile b/wm/flwm/Makefile index 85bb00dddac..61be27de77a 100644 --- a/wm/flwm/Makefile +++ b/wm/flwm/Makefile @@ -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 @@ USE_X11BASE= # defined 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" |