diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2012-03-14 15:26:06 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2012-03-14 15:26:06 +0000 |
commit | c966ec82b3a599c991c8e694d40d5e626485c221 (patch) | |
tree | d201a26cfe11f586f2e06c8740f2c66394e1eb79 /graphics/gimp-app | |
parent | 969017be8ea8697a37f691e498ef46da722b9144 (diff) | |
download | ports-c966ec82b3a599c991c8e694d40d5e626485c221.tar.gz ports-c966ec82b3a599c991c8e694d40d5e626485c221.zip |
Notes
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 591b8c58d6d9..603b148dae5f 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -192,6 +192,8 @@ post-patch: s|%%GIMP_THUMB_LIBS%%|${GIMP_THUMB_LIBS}|; \ s|%%GIMP_UI_LIBS%%|${GIMP_UI_LIBS}|' \ ${WRKSRC}/plug-ins/pygimp/Makefile.in + @${REINPLACE_CMD} -e 's/-u /-Wl,-u,/' \ + ${WRKSRC}/app/Makefile.in @${REINPLACE_CMD} -e 's|"libpng"|"libpng14"|' \ -e 's|x86_64|amd64|g' \ ${WRKSRC}/configure |