diff options
author | kris <kris@FreeBSD.org> | 2005-10-29 07:07:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-29 07:07:41 +0800 |
commit | 5b2932b26f19a35c1fb86ff8eb33c90a2aa8f888 (patch) | |
tree | 9e3ece04bc58d09f8193497fc0eddcbab2b9fb3a /www/sidplug | |
parent | 360bcdef7663551d235611dc6466bcfbe80b3faf (diff) | |
download | freebsd-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/Makefile | 2 |
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 |