aboutsummaryrefslogtreecommitdiffstats
path: root/www/sidplug
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-29 07:07:41 +0800
committerkris <kris@FreeBSD.org>2005-10-29 07:07:41 +0800
commit5b2932b26f19a35c1fb86ff8eb33c90a2aa8f888 (patch)
tree9e3ece04bc58d09f8193497fc0eddcbab2b9fb3a /www/sidplug
parent360bcdef7663551d235611dc6466bcfbe80b3faf (diff)
downloadfreebsd-ports-gnome-5b2932b26f19a35c1fb86ff8eb33c90a2aa8f888.tar.gz
freebsd-ports-gnome-5b2932b26f19a35c1fb86ff8eb33c90a2aa8f888.tar.zst
freebsd-ports-gnome-5b2932b26f19a35c1fb86ff8eb33c90a2aa8f888.zip
Extend -fPIC hack to cover ia64 to try and fix build
Diffstat (limited to 'www/sidplug')
-rw-r--r--www/sidplug/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/sidplug/Makefile b/www/sidplug/Makefile
index a1b86c21ab13..696bf7188ddf 100644
--- a/www/sidplug/Makefile
+++ b/www/sidplug/Makefile
@@ -21,7 +21,7 @@ MAKE_ARGS= CC="${CC}" OPTIMIZER="${CFLAGS} -I$(X11BASE)/include"
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif