svn commit: r323421 - head/lang/hiphop-php
Martin Matuska
mm at FreeBSD.org
Sun Jul 21 22:28:50 UTC 2013
Author: mm
Date: Sun Jul 21 22:28:49 2013
New Revision: 323421
URL: http://svnweb.freebsd.org/changeset/ports/323421
Log:
Fix CXXFLAGS (GCC_RUTIME already added by USE_GCC)
This port is MAKE_JOBS_SAFE
Modified:
head/lang/hiphop-php/Makefile
Modified: head/lang/hiphop-php/Makefile
==============================================================================
--- head/lang/hiphop-php/Makefile Sun Jul 21 22:11:31 2013 (r323420)
+++ head/lang/hiphop-php/Makefile Sun Jul 21 22:28:49 2013 (r323421)
@@ -63,7 +63,6 @@ RUN_DEPENDS+= ${LOCALBASE}/${_EXTDIR}/li
${LOCALBASE}/lib/libdwarf.a:${PORTSDIR}/devel/libdwarf
WRKSRC= ${WRKDIR}/${PORTNAME}-HPHP-${PORTVERSION}
-MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
USES= cmake gettext
@@ -101,7 +100,7 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}:m
.include <bsd.port.pre.mk>
_CFLAGS= ${CFLAGS} -DHAVE_POSIX_FALLOCATE=1
-_CXXFLAGS= -Wl,-rpath=${_GCC_RUNTIME} ${CXXFLAGS} -D_GLIBCXX_USE_C99 -DHAVE_POSIX_FALLOCATE=1
+_CXXFLAGS= ${CXXFLAGS} -D_GLIBCXX_USE_C99 -DHAVE_POSIX_FALLOCATE=1
CONFIGURE_ENV+= ${CUSTOM_ENV}
MAKE_ENV+= ${CUSTOM_ENV}
More information about the svn-ports-head
mailing list