aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-17 17:46:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-17 17:46:06 +0000
commit2c5cee9a8d530cae3e5c6115be3cc5bc451178a5 (patch)
tree0a8b432369f93dbdd0bcd584d6732573de32d6b6
parent36abb12306585de528761d585c66bd58ab1a5193 (diff)
downloadports-2c5cee9a8d530cae3e5c6115be3cc5bc451178a5.tar.gz
ports-2c5cee9a8d530cae3e5c6115be3cc5bc451178a5.zip
MFH: r512218
Mark BROKEN with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512219
-rw-r--r--x11/cde/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/cde/Makefile b/x11/cde/Makefile
index 5a72d190b0ea..bb1e7adcaf34 100644
--- a/x11/cde/Makefile
+++ b/x11/cde/Makefile
@@ -11,6 +11,9 @@ COMMENT= Common Desktop Environment
LICENSE= LGPL21
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN= Fails to build: ld: error: ../../../exports/lib/libDtHelp.so: undefined reference to jpeg_CreateDecompress
+.endif
BROKEN_mips64= fails to build: ./config/imake/imake: No such file or directory
BROKEN_powerpc64= fails to build: ./config/imake/imake: No such file or directory
@@ -41,12 +44,6 @@ MAKE_ARGS+= PERL=${PERL}
MAKE_JOBS_UNSAFE=yes
SUB_FILES= pkg-message
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} >= 1300018
-BROKEN= Fails to build: ld: error: ../../../exports/lib/libDtHelp.so: undefined reference to jpeg_CreateDecompress
-.endif
-
post-patch:
@if [ -f /usr/include/iconv.h ]; then \
${REINPLACE_CMD} -e 's!^[[:space:]]*const char .ip = (const char .) .bp!char *ip = *bp!' \
@@ -116,7 +113,6 @@ post-patch:
# @${LN} -s ${LOCALBASE}/include/fontconfig ${WRKSRC}/imports/x11/include
# @${LN} -s ${LOCALBASE}/include/freetype2 ${WRKSRC}/imports/x11/include
-
do-install:
cd ${WRKSRC}/admin/IntegTools/dbTools && \
./installCDE -s ${WRKSRC} -destdir ${STAGEDIR}