pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/eboard
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 26 13:45:45 UTC 2018
Modified Files:
pkgsrc/games/eboard: Makefile
Log Message:
eboard: Specify c++03 to avoid conflicts with std::bind.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/games/eboard/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/eboard/Makefile
diff -u pkgsrc/games/eboard/Makefile:1.43 pkgsrc/games/eboard/Makefile:1.44
--- pkgsrc/games/eboard/Makefile:1.43 Sun Feb 12 06:25:20 2017
+++ pkgsrc/games/eboard/Makefile Fri Jan 26 13:45:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2017/02/12 06:25:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2018/01/26 13:45:45 jperkin Exp $
#
DISTNAME= eboard-1.0.4
@@ -17,7 +17,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ENV+= PKGMANDIR=${PKGMANDIR}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --man-prefix=${PREFIX}/${PKGMANDIR}
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= perl gmake pkg-config
CONFIG_SHELL= perl
REPLACE_PERL+= configure
Home |
Main Index |
Thread Index |
Old Index