diff options
author | andrew <andrew@FreeBSD.org> | 2015-08-10 06:24:04 +0800 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-08-10 06:24:04 +0800 |
commit | 5770e679fd1fc90db5502b5bb9078ff643df6b05 (patch) | |
tree | b32e323db43990d5dd5010a12047aa5cf89ec396 /multimedia/openquicktime | |
parent | c77cee41d497da232f117eda64076810bf340832 (diff) | |
download | freebsd-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 'multimedia/openquicktime')
-rw-r--r-- | multimedia/openquicktime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile index 47bc9b317f60..b6bdace6db12 100644 --- a/multimedia/openquicktime/Makefile +++ b/multimedia/openquicktime/Makefile @@ -20,6 +20,7 @@ USES= gmake jpeg tar:tgz USE_LDCONFIG= yes PKGDEINSTALL= ${PKGINSTALL} +CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC OPTIONS_DEFINE= DEBUG |