pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/fatback Appease configure by providing a C++ ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a08c221f18d
branches:  trunk
changeset: 513747:9a08c221f18d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 02 16:47:39 2006 +0000

description:
Appease configure by providing a C++ compiler, even though it doesn't
actually need it to compile the code.

diffstat:

 sysutils/fatback/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 8bfc4f1de684 -r 9a08c221f18d sysutils/fatback/Makefile
--- a/sysutils/fatback/Makefile Fri Jun 02 16:45:52 2006 +0000
+++ b/sysutils/fatback/Makefile Fri Jun 02 16:47:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/04/09 19:49:16 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/02 16:47:39 joerg Exp $
 
 DISTNAME=      fatback-1.3
 PKGREVISION=   1
@@ -12,4 +12,6 @@
 GNU_CONFIGURE= yes
 INFO_FILES=    # PLIST
 
+USE_LANGUAGES= c c++
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index