diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-26 12:13:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-26 12:13:14 +0000 |
commit | 0c49d478630a5e865c5bbaad5969df830386f11b (patch) | |
tree | ed3bb7070028dc1595d746606728bfd83307f64f /graphics/gimp-app | |
parent | e7fb554a99b057e0d05531fda69fc40dc0e078dd (diff) | |
download | ports-0c49d478630a5e865c5bbaad5969df830386f11b.tar.gz ports-0c49d478630a5e865c5bbaad5969df830386f11b.zip |
Notes
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 603b148dae5f..ca7197708b0e 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -197,6 +197,7 @@ post-patch: @${REINPLACE_CMD} -e 's|"libpng"|"libpng14"|' \ -e 's|x86_64|amd64|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} '/curl.types.h/d' ${WRKSRC}/plug-ins/file-uri/uri-backend-libcurl.c post-install: @-update-desktop-database |