diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:48:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:48:11 +0000 |
commit | 674cb8b748e3393d4227b02d57eeeb5679e9324f (patch) | |
tree | ca401ec8aa9c5f662f2506e60e1504f913195d39 /multimedia/slideshow | |
parent | BROKEN on ia64: Does not compile (diff) |
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 |