diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 07:18:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 07:18:04 +0000 |
commit | 4c287330b21749142162cd82864a8ef485387e43 (patch) | |
tree | 9f2bc9fb4061f62ee49d585e166f74ed9fe64499 /comms/fldigi | |
parent | bfeab4ece5739a70a566769cc49ed183b7eaaca9 (diff) |
Notes
Diffstat (limited to 'comms/fldigi')
-rw-r--r-- | comms/fldigi/Makefile | 4 |
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|' \ |