aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-09-10 09:55:47 +0800
committerlinimon <linimon@FreeBSD.org>2018-09-10 09:55:47 +0800
commita1122220fbc0f4be8581c3d9cb36181a1d882d90 (patch)
tree5645b86a7647c4fda1dfe9a8e1a9589c333c79b2 /misc
parentfde597827f2ade9f8bd503c5e3940463f3afb50d (diff)
downloadfreebsd-ports-gnome-a1122220fbc0f4be8581c3d9cb36181a1d882d90.tar.gz
freebsd-ports-gnome-a1122220fbc0f4be8581c3d9cb36181a1d882d90.tar.zst
freebsd-ports-gnome-a1122220fbc0f4be8581c3d9cb36181a1d882d90.zip
Try but fail to fix build on gcc-based archs. The changes are necessary but
insufficient. At least the failure is now consistent across tier-2. This change should have no effect on clang-based archs. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'misc')
-rw-r--r--misc/free42/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/free42/Makefile b/misc/free42/Makefile
index d1386de0e881..4ba16fcd5f5d 100644
--- a/misc/free42/Makefile
+++ b/misc/free42/Makefile
@@ -16,17 +16,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
BROKEN_armv6= fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
BROKEN_mips64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
-BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-c++11-narrowing"
+BROKEN_powerpc64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a'
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
-USES= dos2unix gmake localbase pkgconfig tar:tgz
+USES= compiler dos2unix gmake localbase pkgconfig tar:tgz
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
USE_XORG= x11 xmu
DOS2UNIX_FILES= gtk/IntelRDFPMathLib20U1/LIBRARY/float128/op_system.h gtk/IntelRDFPMathLib20U1/LIBRARY/float128/architecture.h
-CXXFLAGS+= -Wno-c++11-narrowing -Wno-constant-conversion # to accommodate some code breaking with clang-50
+CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
+CXXFLAGS_clang= -Wno-c++11-narrowing -Wno-constant-conversion # to accommodate some code breaking with clang-50
+
BUILD_WRKSRC= ${WRKSRC}/gtk
VARIANTS= bin dec
an>/+1 * OPTIONS not counted when PARALLEL_PACKAGE_BUILD, workaroundache2004-06-151-0/+4 * Issue missing DB specs error at pre-configure stage, allowing all previous.ache2004-06-141-2/+2 * Use LOCALBASE for libtoolache2004-06-142-1/+2 * Properly detect <netinet/ip.h>ache2004-06-142-6/+16 * Use libtool from portsache2004-06-142-2/+49 * Upgrade to 3.1.21ache2004-05-216-53/+47 * Add size data, approved by maintainers.trevor2004-03-211-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Remove FORBIDDEN. The maintainer (ache) reports that this version isnectar2004-02-161-2/+0 * Mark FORBIDDEN due to remotely exploitable buffer overflow. Seenectar2004-02-161-0/+2 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * unbreak "make describe"edwin2003-11-071-3/+0 * Use the new Apache bits from bsd.port.mk.marcus2003-11-071-1/+1 * fix www/mnogosearch to adhere to ${APACHE_PORT}edwin2003-10-061-2/+5 * Add WITHOUT_MNOGO_SSL knobache2003-10-011-1/+1 * Add WITHOUT_MNOGO_THREADS knobache2003-10-011-2/+4 * Teach PTHREADSache2003-09-242-1/+17 * Remove specific mysqlclient majorache2003-06-171-1/+1 * Clear moonlight beckons.ade2003-03-072-1/+1 * Chase libpq version bump.seanc2003-01-041-1/+2 * Make shared library installed by the port comply with ELF conventions forsobomax2002-07-093-6/+18 * Upgrade to 3.1.20ache2002-07-024-14/+3 * Fix PLIST.sobomax2002-05-241-1/+0 * Fix query buffer overflowache2002-05-153-7/+18 * Fix for new postgresql7 layoutache2002-03-061-1/+1 * Switch to www:wwwache2001-10-223-3/+7 * Upgrade to 1.3.19ache2001-08-232-2/+2 * Fix commentache2001-08-121-1/+1