pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics this uses a c++ compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0260a8608944
branches:  trunk
changeset: 476584:0260a8608944
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jun 15 12:40:25 2004 +0000

description:
this uses a c++ compiler.

diffstat:

 graphics/clanlib/Makefile     |  3 ++-
 graphics/libvideogfx/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 64fdc29bd511 -r 0260a8608944 graphics/clanlib/Makefile
--- a/graphics/clanlib/Makefile Tue Jun 15 12:27:05 2004 +0000
+++ b/graphics/clanlib/Makefile Tue Jun 15 12:40:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/04/18 05:33:14 snj Exp $
+# $NetBSD: Makefile,v 1.37 2004/06/15 12:42:20 grant Exp $
 
 DISTNAME=              ClanLib-0.4.4
 PKGREVISION=           5
@@ -10,6 +10,7 @@
 COMMENT=               The ClanLib Game SDK
 
 USE_BUILDLINK3=                yes
+USE_LANGUAGES=         c++
 USE_X11BASE=           yes
 USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         yes
diff -r 64fdc29bd511 -r 0260a8608944 graphics/libvideogfx/Makefile
--- a/graphics/libvideogfx/Makefile     Tue Jun 15 12:27:05 2004 +0000
+++ b/graphics/libvideogfx/Makefile     Tue Jun 15 12:40:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/25 01:04:36 snj Exp $
+# $NetBSD: Makefile,v 1.6 2004/06/15 12:40:25 grant Exp $
 #
 
 DISTNAME=      libvideogfx-1.0.3
@@ -12,6 +12,7 @@
 COMMENT=       C++ library for low-level video processing
 
 USE_BUILDLINK3=        YES
+USE_LANGUAGES= c++
 USE_LIBTOOL=   YES
 GNU_CONFIGURE= YES
 USE_X11=       yes



Home | Main Index | Thread Index | Old Index