Skip to content

Commit

Permalink
USE_LANGUAGES=c c++
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed May 22, 2006
1 parent 2fb7be3 commit 6ae2299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion games/tuxracer/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2006/04/28 16:19:08 joerg Exp $
# $NetBSD: Makefile,v 1.23 2006/05/22 16:47:05 wiz Exp $
#

DISTNAME= tuxracer-0.61
Expand All @@ -20,6 +20,7 @@ CFLAGS+= -DGLX_GLXEXT_PROTOTYPES
CONFIGURE_ARGS+= --with-data-dir=${PREFIX}/share/tuxracer
CONFIGURE_ARGS+= --with-tcl-libs=${BUILDLINK_PREFIX.tcl}/lib
CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q}
USE_LANGUAGES= c c++

post-install:
@-${MKDIR} ${PREFIX}/share/doc/html/tuxracer ${PREFIX}/share/examples/tuxracer ${PREFIX}/share/tuxracer
Expand Down
3 changes: 2 additions & 1 deletion graphics/Coin/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:02 wiz Exp $
# $NetBSD: Makefile,v 1.9 2006/05/22 16:46:54 wiz Exp $

DISTNAME= Coin-2.4.4
PKGREVISION= 2
Expand All @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.coin3d.org/
COMMENT= Free, portable, Open Inventor API implementation

USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-3ds-import
CONFIGURE_ARGS+= --disable-debug
Expand Down

0 comments on commit 6ae2299

Please sign in to comment.