diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-02-15 17:46:56 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-02-15 17:46:56 +0000 |
commit | 3e008b96aeb3b1bacfdcd84aee96410776f77f87 (patch) | |
tree | 35e4f45ae0bcf258a778656f5a9d4b60120a599c /graphics/libraw/Makefile | |
parent | 91ee65f126301916408cc196dbcdccdddedd018d (diff) | |
download | ports-3e008b96aeb3b1bacfdcd84aee96410776f77f87.tar.gz ports-3e008b96aeb3b1bacfdcd84aee96410776f77f87.zip |
Notes
Diffstat (limited to 'graphics/libraw/Makefile')
-rw-r--r-- | graphics/libraw/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 696c67006198..3d6825ea3293 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libraw -PORTVERSION= 0.18.5 +PORTVERSION= 0.18.7 CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ DISTNAME= LibRaw-${PORTVERSION} @@ -57,6 +57,9 @@ OPENMP_USES= compiler:openmp OPTIMIZED_CFLAGS_CFLAGS= -O3 +post-patch: + @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/*.pc.in + # Use "\*" instead of "." in COPYTREE_SHARE commands as "." has # the undesired effect of copying ".deps" directory post-install-DOCS-on: |