diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-13 12:59:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-13 12:59:26 +0000 |
commit | 8331f65e711ea0c7d6131a2a88ffbf6f27c1444c (patch) | |
tree | 9fe6b7e452144a9d1d5cf406ec829e2b0c8c7e22 /mbone | |
parent | b44fa1db9064f47abd0d2d386572b9905b46fe9d (diff) | |
download | pkgsrc-8331f65e711ea0c7d6131a2a88ffbf6f27c1444c.tar.gz |
Uses C++.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/vat/Makefile | 4 | ||||
-rw-r--r-- | mbone/vic/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 92e1f6575ef..0e99862faed 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/02/05 23:10:05 joerg Exp $ +# $NetBSD: Makefile,v 1.52 2006/05/13 13:13:51 joerg Exp $ # DISTNAME= vatsrc-4.0b2 @@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${PREFIX:Q} --with-tk=${PREFIX:Q} +USE_LANGUAGES= c c++ + CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm INSTALL_TARGET= install install-man diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 2aab7554161..2acb95df3da 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/02/27 15:49:56 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2006/05/13 13:18:20 joerg Exp $ DISTNAME= vicsrc-2.8 PKGNAME= ${DISTNAME:S/src//} @@ -20,6 +20,8 @@ COMMENT= MBONE video conferencing tool WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk} |