diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-15 19:49:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-15 19:49:01 +0800 |
commit | 9d869b570147db79e8e38f2f45a5417b136dbae0 (patch) | |
tree | 2a82cb0102fe79e1c8b4af6c86a65c6f3f828591 /graphics | |
parent | 4eb31b27c4cc240750fc624d91cba58d798e3653 (diff) | |
download | freebsd-ports-gnome-9d869b570147db79e8e38f2f45a5417b136dbae0.tar.gz freebsd-ports-gnome-9d869b570147db79e8e38f2f45a5417b136dbae0.tar.zst freebsd-ports-gnome-9d869b570147db79e8e38f2f45a5417b136dbae0.zip |
- Strip libraries
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libraw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index e25a255cf873..763909fc47ba 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -3,6 +3,7 @@ PORTNAME= libraw PORTVERSION= 0.16.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ DISTNAME= LibRaw-${PORTVERSION} @@ -21,6 +22,7 @@ USES= cpe pathfix pkgconfig libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-examples --disable-jasper CFLAGS+= -fPIC +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DEMOSAIC_PACK_GPL2 DEMOSAIC_PACK_GPL3 DOCS EXAMPLES LCMS2 \ OPTIMIZED_CFLAGS OPENMP |