aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2009-07-02 14:39:02 +0800
committergahr <gahr@FreeBSD.org>2009-07-02 14:39:02 +0800
commitabe21015b5e50610e3d2abfd3867287f6a819c6e (patch)
treeefc53443d58a12cb0d0649f9901a687c0772dcbd /graphics
parent2979b3b7f9e1cfc1b630f925586293fe1e5ddb27 (diff)
downloadfreebsd-ports-gnome-abe21015b5e50610e3d2abfd3867287f6a819c6e.tar.gz
freebsd-ports-gnome-abe21015b5e50610e3d2abfd3867287f6a819c6e.tar.zst
freebsd-ports-gnome-abe21015b5e50610e3d2abfd3867287f6a819c6e.zip
- Fix PLIST
Reported by: QA Tindie
Diffstat (limited to 'graphics')
-rw-r--r--graphics/freeimage/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile
index d517c6a70b3b..adb925600c0b 100644
--- a/graphics/freeimage/Makefile
+++ b/graphics/freeimage/Makefile
@@ -29,7 +29,8 @@ CFLAGS+= -fPIC
PLIST_FILES= include/FreeImage.h \
lib/libfreeimage.a \
- lib/libfreeimage-3.12.0.so
+ lib/libfreeimage-3.12.0.so \
+ lib/libfreeimage.so.3
post-patch:
${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g'