diff options
author | grant <grant@pkgsrc.org> | 2004-06-15 13:08:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-15 13:08:59 +0000 |
commit | 0df169ec31b571139034a67678d67e044c782ad8 (patch) | |
tree | 04dfb1a099eab7bbb1ca53623916af6eb818c446 /games | |
parent | 8c1e1038ca391791643f99e8ae544ef86b7d6a3b (diff) | |
download | pkgsrc-0df169ec31b571139034a67678d67e044c782ad8.tar.gz |
this uses a c++ compiler.
Diffstat (limited to 'games')
-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" |