pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-phrasea2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 22 20:33:29 UTC 2020

Modified Files:
        pkgsrc/www/php-phrasea2: Makefile

Log Message:
php-phrasea2: override CXX instead of LIBTOOL. Suggested by joerg@.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/php-phrasea2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-phrasea2/Makefile
diff -u pkgsrc/www/php-phrasea2/Makefile:1.14 pkgsrc/www/php-phrasea2/Makefile:1.15
--- pkgsrc/www/php-phrasea2/Makefile:1.14       Sun Mar 22 19:28:51 2020
+++ pkgsrc/www/php-phrasea2/Makefile    Sun Mar 22 20:33:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/03/22 19:28:51 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2020/03/22 20:33:29 tnn Exp $
 #
 
 .include "../../www/phraseanet/Makefile.common"
@@ -21,8 +21,9 @@ DISTNAME=     phraseanet-v${VERS}-linux
 DIST_SUBDIR=   #empty
 
 # The package's config.mk sets CC=g++, which is a bit unorthodox and
-# confuses libtool. Libtool needs an explicit tagged configuration.
-MAKE_FLAGS+=   LIBTOOL=libtool\ --tag=CXX
+# confuses libtool, which can't deduce the tagged configuration if
+# pkgsrc's idea of CXX is something other than g++.
+MAKE_FLAGS+=   CC=${CXX}
 
 # This seems to now be needed though it wasn't before...
 WRKSRC=        ${WRKDIR}/${DISTNAME}/bin/src/php_phrasea2



Home | Main Index | Thread Index | Old Index