diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-20 13:26:29 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-20 13:26:29 +0000 |
commit | e68c6ab1787b552b7a19272f9cab74bbd512e30d (patch) | |
tree | 3413f73a27e97f3338e29ba5dc6fc07e2413d100 /multimedia/slideshow | |
parent | ea08c8cec509f31269c45b6a12c49c3333b63597 (diff) |
Fix build on AMD64
Notes
Notes:
svn path=/head/; revision=101488
Diffstat (limited to 'multimedia/slideshow')
-rw-r--r-- | multimedia/slideshow/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/slideshow/Makefile b/multimedia/slideshow/Makefile index 19f077f3401f..aea0ec4aadda 100644 --- a/multimedia/slideshow/Makefile +++ b/multimedia/slideshow/Makefile @@ -31,6 +31,9 @@ CONFIGURE_ENV+= LDFLAGS="-lstdc++" .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +CFLAGS+= -fPIC +.endif # The default resolution is 640x480 .if defined(WITH_RES_1024) CONFIGURE_ARGS+= --with-res=1024 |