svn commit: r504291 - head/devel/allegro-devel
Mark Linimon
linimon at FreeBSD.org
Sun Jun 16 09:47:37 UTC 2019
Author: linimon
Date: Sun Jun 16 09:47:35 2019
New Revision: 504291
URL: https://svnweb.freebsd.org/changeset/ports/504291
Log:
Fix build on GCC-based systems by adding compiler:c++11-lang to USES:
/usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length at CXXABI_1.3.8'
While here, unmute install command to pacify portlint.
Approved by: portmgr (tier-2 blanket)
Modified:
head/devel/allegro-devel/Makefile
Modified: head/devel/allegro-devel/Makefile
==============================================================================
--- head/devel/allegro-devel/Makefile Sun Jun 16 09:25:47 2019 (r504290)
+++ head/devel/allegro-devel/Makefile Sun Jun 16 09:47:35 2019 (r504291)
@@ -23,7 +23,7 @@ LIB_DEPENDS+= libjack.so:audio/jack \
libFLAC.so:audio/flac \
libphysfs.so:devel/physfs
-USES= cmake:insource jpeg openal:soft pkgconfig
+USES= cmake:insource compiler:c++11-lang jpeg openal:soft pkgconfig
USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga
USE_GL= glu
USE_GNOME= gtk20
@@ -93,7 +93,7 @@ post-patch:
${WRKSRC}/addons/audio/pulseaudio.c
post-install:
- @${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${MAN3PREFIX}/man/man3/
+ ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}${MAN3PREFIX}/man/man3/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list