aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2013-07-22 06:28:49 +0800
committermm <mm@FreeBSD.org>2013-07-22 06:28:49 +0800
commit83be62108ce1f69a5b2a83755f8b2bc3ea64243f (patch)
tree9b3459a12dc561dc22f3926699e7d1f0a0c0c734 /lang
parentb7f160baeb64a17bee817493525647353635a487 (diff)
downloadfreebsd-ports-gnome-83be62108ce1f69a5b2a83755f8b2bc3ea64243f.tar.gz
freebsd-ports-gnome-83be62108ce1f69a5b2a83755f8b2bc3ea64243f.tar.zst
freebsd-ports-gnome-83be62108ce1f69a5b2a83755f8b2bc3ea64243f.zip
Fix CXXFLAGS (GCC_RUTIME already added by USE_GCC)
This port is MAKE_JOBS_SAFE
Diffstat (limited to 'lang')
-rw-r--r--lang/hiphop-php/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/hiphop-php/Makefile b/lang/hiphop-php/Makefile
index af1d2a03af23..5971ff1fcd87 100644
--- a/lang/hiphop-php/Makefile
+++ b/lang/hiphop-php/Makefile
@@ -63,7 +63,6 @@ RUN_DEPENDS+= ${LOCALBASE}/${_EXTDIR}/lib/libevent.a:${PORTSDIR}/devel/libevent-
${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}:main \
.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}