aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-08-10 06:24:04 +0800
committerandrew <andrew@FreeBSD.org>2015-08-10 06:24:04 +0800
commit5770e679fd1fc90db5502b5bb9078ff643df6b05 (patch)
treeb32e323db43990d5dd5010a12047aa5cf89ec396 /graphics
parentc77cee41d497da232f117eda64076810bf340832 (diff)
downloadfreebsd-ports-gnome-5770e679fd1fc90db5502b5bb9078ff643df6b05.tar.gz
freebsd-ports-gnome-5770e679fd1fc90db5502b5bb9078ff643df6b05.tar.zst
freebsd-ports-gnome-5770e679fd1fc90db5502b5bb9078ff643df6b05.zip
Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it
in the amd64 CFLAGS and are failing to build. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3321
Diffstat (limited to 'graphics')
-rw-r--r--graphics/freeimage/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile
index 7103c3e92297..9230406dab07 100644
--- a/graphics/freeimage/Makefile
+++ b/graphics/freeimage/Makefile
@@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/FreeImage
MAKE_ARGS= CC="${CC}" CPP="${CPP}" CXX="${CXX}"
CFLAGS+= -fexceptions -fvisibility=hidden
+CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
PLIST_FILES= include/FreeImage.h \
i/freebsd-ports-gnome/commit/multimedia/mmpython?h=gnome-3.24&id=5b055f739460e2b17b525f870fe2695b813c3fa6'>- Update to version 0.4.2krion2004-05-172-3/+3 * - Update to 0.4.1pav2004-05-102-3/+3 * - Update to 0.4pav2004-04-183-151/+151 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Update maintainer's email address (prompted by detailed autoreply tolinimon2004-01-191-1/+1 * - Update to 0.3jeh2003-11-093-6/+8