aboutsummaryrefslogtreecommitdiff
path: root/graphics/openjpeg
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-19 09:05:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-19 09:05:09 +0000
commitbb02f8b91f400006a5877eda4956fed5745b21fa (patch)
treedbca357d884055df427834357f4ac964839869cc /graphics/openjpeg
parent90b166d6cdbb71e39330ae7909632549b4b4c9a8 (diff)
downloadports-bb02f8b91f400006a5877eda4956fed5745b21fa.tar.gz
ports-bb02f8b91f400006a5877eda4956fed5745b21fa.zip
Notes
Diffstat (limited to 'graphics/openjpeg')
-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>