aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-19 17:05:09 +0800
committermiwi <miwi@FreeBSD.org>2007-01-19 17:05:09 +0800
commit358fc61567ba3990dac247234a6570c3ab067c5f (patch)
treec8f2c9472fbb480c389120e2fb4d2c5d53553541 /graphics
parent2bfcaadf1ada4957d0570859394d7ff1e29b9d48 (diff)
downloadfreebsd-ports-gnome-358fc61567ba3990dac247234a6570c3ab067c5f.tar.gz
freebsd-ports-gnome-358fc61567ba3990dac247234a6570c3ab067c5f.tar.zst
freebsd-ports-gnome-358fc61567ba3990dac247234a6570c3ab067c5f.zip
- Fix build with amd64
Submitted by: pointyhat via kris
Diffstat (limited to 'graphics')
-rw-r--r--graphics/openjpeg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile
index 64c455595cf6..189b7fa6d87a 100644
--- a/graphics/openjpeg/Makefile
+++ b/graphics/openjpeg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openjpeg
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.openjpeg.org/
DISTNAME= openjpeg_v1_1
@@ -19,5 +20,6 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/OpenJPEG/
PLIST_FILES= lib/libopenjpeg.a lib/libopenjpeg-1.0.0.so lib/libopenjpeg.so.1
+CFLAGS+= "-fPIC"
.include <bsd.port.mk>