diff options
author | kris <kris@FreeBSD.org> | 2005-05-22 01:48:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-22 01:48:11 +0800 |
commit | 132bccbb1a31ac21924c6c055ae715b0c30f4be2 (patch) | |
tree | 497f71ce3670e607b8c464b9e2ab037b7d653ec7 /multimedia/slideshow | |
parent | 8ccc12a9eeb65b932dc3dae1357eb36b3bb0cbc1 (diff) | |
download | freebsd-ports-gnome-132bccbb1a31ac21924c6c055ae715b0c30f4be2.tar.gz freebsd-ports-gnome-132bccbb1a31ac21924c6c055ae715b0c30f4be2.tar.zst freebsd-ports-gnome-132bccbb1a31ac21924c6c055ae715b0c30f4be2.zip |
Extend nasty -fPIC hack from amd64 to "fix" ia64 build
Diffstat (limited to 'multimedia/slideshow')
-rw-r--r-- | multimedia/slideshow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/slideshow/Makefile b/multimedia/slideshow/Makefile index 05fcf101818f..112786d91f9a 100644 --- a/multimedia/slideshow/Makefile +++ b/multimedia/slideshow/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ENV+= LDFLAGS="-lstdc++" .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif # The default resolution is 640x480 |