diff options
Diffstat (limited to 'games/plib/Makefile')
-rw-r--r-- | games/plib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/plib/Makefile b/games/plib/Makefile index e78d96fab1e..c66aa821847 100644 --- a/games/plib/Makefile +++ b/games/plib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/03/19 02:25:28 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2004/06/15 13:08:59 grant Exp $ # DISTNAME= plib-1.6.0 @@ -13,6 +13,7 @@ COMMENT= Libraries for writing portable games/realtime interactive apps USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES +USE_LANGUAGES= c++ CPPFLAGS+= -Dunix=1 .include "../../graphics/Mesa/buildlink3.mk" |