aboutsummaryrefslogtreecommitdiff
path: root/comms/fldigi/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-30 07:18:04 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-30 07:18:04 +0000
commit4c287330b21749142162cd82864a8ef485387e43 (patch)
tree9f2bc9fb4061f62ee49d585e166f74ed9fe64499 /comms/fldigi/Makefile
parentbfeab4ece5739a70a566769cc49ed183b7eaaca9 (diff)
downloadports-4c287330b21749142162cd82864a8ef485387e43.tar.gz
ports-4c287330b21749142162cd82864a8ef485387e43.zip
Notes
Diffstat (limited to 'comms/fldigi/Makefile')
-rw-r--r--comms/fldigi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile
index aee2299be5c3..c7ee9ecba778 100644
--- a/comms/fldigi/Makefile
+++ b/comms/fldigi/Makefile
@@ -38,6 +38,10 @@ USE_GCC= 4.2+
BROKEN= Fails to install
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|' \
+ ${WRKSRC}/src/widgets/picture.cxx
+
post-configure:
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \
-e 's|^CPPFLAGS|#CPPFLAGS|' \