Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131561362
D3321.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D3321.diff
View Options
Index: head/archivers/p7zip/Makefile
===================================================================
--- head/archivers/p7zip/Makefile
+++ head/archivers/p7zip/Makefile
@@ -20,6 +20,7 @@
MAKE_ARGS= OPTFLAGS="${CXXFLAGS}"
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
+CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_ia64= -fPIC
Index: head/audio/liba52/Makefile
===================================================================
--- head/audio/liba52/Makefile
+++ head/audio/liba52/Makefile
@@ -30,6 +30,7 @@
.include <bsd.port.options.mk>
+CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_powerpc= -fPIC
Index: head/devel/libmsocket/Makefile
===================================================================
--- head/devel/libmsocket/Makefile
+++ head/devel/libmsocket/Makefile
@@ -26,6 +26,7 @@
include/msocket.h \
include/msocketutils.h
+CFLAGS_aarch64+=-fPIC -DPIC
CFLAGS_amd64+= -fPIC -DPIC
CFLAGS_iad64+= -fPIC -DPIC
Index: head/graphics/freeimage/Makefile
===================================================================
--- head/graphics/freeimage/Makefile
+++ head/graphics/freeimage/Makefile
@@ -17,6 +17,7 @@
MAKE_ARGS= CC="${CC}" CPP="${CPP}" CXX="${CXX}"
CFLAGS+= -fexceptions -fvisibility=hidden
+CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
PLIST_FILES= include/FreeImage.h \
Index: head/irc/irssi-xmpp/Makefile
===================================================================
--- head/irc/irssi-xmpp/Makefile
+++ head/irc/irssi-xmpp/Makefile
@@ -21,6 +21,7 @@
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
DATADIR= ${PREFIX}/share/irssi
DOCSDIR= ${PREFIX}/share/doc/irssi
+CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
OPTIONS_DEFINE= DOCS
Index: head/multimedia/openquicktime/Makefile
===================================================================
--- head/multimedia/openquicktime/Makefile
+++ head/multimedia/openquicktime/Makefile
@@ -20,6 +20,7 @@
USE_LDCONFIG= yes
PKGDEINSTALL= ${PKGINSTALL}
+CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
OPTIONS_DEFINE= DEBUG
Index: head/security/lockdown/Makefile
===================================================================
--- head/security/lockdown/Makefile
+++ head/security/lockdown/Makefile
@@ -14,6 +14,7 @@
WRKSRC= ${WRKDIR}/lockdown
+CFLAGS_aarch64+=-fPIC
CFLAGS_amd64+= -fPIC
do-install:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 10, 6:52 AM (19 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23522803
Default Alt Text
D3321.diff (2 KB)
Attached To
Mode
D3321: Add -fPIC to the arm64 cflags where needed
Attached
Detach File
Event Timeline
Log In to Comment