aboutsummaryrefslogtreecommitdiff
path: root/www/sidplug
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-28 23:07:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-28 23:07:41 +0000
commitdc3e235c54ddfe58da45c895bb4ef629d666c635 (patch)
tree596bc60e7b713a90e70c3d8a3a7dacd61428f306 /www/sidplug
parentb883c64481cada65159200430874faa2732b8427 (diff)
downloadports-dc3e235c54ddfe58da45c895bb4ef629d666c635.tar.gz
ports-dc3e235c54ddfe58da45c895bb4ef629d666c635.zip
Extend -fPIC hack to cover ia64 to try and fix build
Notes
Notes: svn path=/head/; revision=146615
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