summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-23 23:06:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-23 23:06:00 +0000
commit56cfff4d04968dc0b7e37a6af3826ceec35ae5c4 (patch)
tree88c7fd32e581e52d78db7b8a2c35f3d5d4ca57c5
parentPackage 2.73test2, with one additional patch to make it build (diff)
Remove useless hardcoding of libpng version the port only requires to find png.h
which is anyway in regular include directories
Notes
Notes: svn path=/head/; revision=375367
-rw-r--r--deskutils/fbreader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/fbreader/Makefile b/deskutils/fbreader/Makefile
index 8087473544ca..f053bc96b396 100644
--- a/deskutils/fbreader/Makefile
+++ b/deskutils/fbreader/Makefile
@@ -49,7 +49,7 @@ MAKE_ARGS+= MAKE=${MAKE_CMD} LIBDIR=${PREFIX}/lib
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/s,-pipe.*$$,${CFLAGS} -DDO_ICONV_CAST -DLIBICONV_PLUG,' \
- -e '/^CC/d;/^LD/d;/QTINCLUDE/s,-I.*$$,-I${QT_INCDIR},;s,libpng ,libpng15 ,' \
+ -e '/^CC/d;/^LD/d;/QTINCLUDE/s,-I.*$$,-I${QT_INCDIR},' \
${WRKSRC}/makefiles/arch/desktop.mk
@${REINPLACE_CMD} -e 's,-O3,,;s,-ldl,${ICONV_LIB},' \
${WRKSRC}/makefiles/config.mk ${WRKSRC}/zlibrary/core/Makefile