diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-26 20:13:14 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-26 20:13:14 +0800 |
commit | 0c49d478630a5e865c5bbaad5969df830386f11b (patch) | |
tree | ed3bb7070028dc1595d746606728bfd83307f64f /graphics | |
parent | e7fb554a99b057e0d05531fda69fc40dc0e078dd (diff) | |
download | freebsd-ports-gnome-0c49d478630a5e865c5bbaad5969df830386f11b.tar.gz freebsd-ports-gnome-0c49d478630a5e865c5bbaad5969df830386f11b.tar.zst freebsd-ports-gnome-0c49d478630a5e865c5bbaad5969df830386f11b.zip |
- Fix build of curl plugin
Approved by: kwm (gnome hat)
Feature safe: yes
Diffstat (limited to 'graphics')
-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 |