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 | f542a4ac36fb13a30b7de331ff4c99825b02913f (patch) | |
tree | 04dfb1a099eab7bbb1ca53623916af6eb818c446 /games | |
parent | d3e65e8b4191940601d7029e13fb6781771617b0 (diff) | |
download | pkgsrc-f542a4ac36fb13a30b7de331ff4c99825b02913f.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" |