diff options
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 |