diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-19 09:05:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-19 09:05:09 +0000 |
commit | bb02f8b91f400006a5877eda4956fed5745b21fa (patch) | |
tree | dbca357d884055df427834357f4ac964839869cc /graphics/openjpeg/Makefile | |
parent | 90b166d6cdbb71e39330ae7909632549b4b4c9a8 (diff) |
Notes
Diffstat (limited to 'graphics/openjpeg/Makefile')
-rw-r--r-- | graphics/openjpeg/Makefile | 2 |
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> |