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 19:28:51 UTC 2020
Modified Files:
pkgsrc/www/php-phrasea2: Makefile
Log Message:
php-phrasea2: work around libtool issue
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/www/php-phrasea2/Makefile:1.14
--- pkgsrc/www/php-phrasea2/Makefile:1.13 Mon Nov 4 22:10:11 2019
+++ pkgsrc/www/php-phrasea2/Makefile Sun Mar 22 19:28:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/11/04 22:10:11 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/03/22 19:28:51 tnn Exp $
#
.include "../../www/phraseanet/Makefile.common"
@@ -20,6 +20,10 @@ PHP_VERSIONS_ACCEPTED= 56
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
+
# 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