diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-30 15:18:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-30 15:18:04 +0800 |
commit | e7d9ae83ea532a52884405f96393feab55b26afd (patch) | |
tree | 94afde48490dfe660d43b08cb3e82187228e250d /comms | |
parent | 8167b4fa7385d9a2a6ef2b9d7e48cf50a66f0319 (diff) | |
download | freebsd-ports-graphics-e7d9ae83ea532a52884405f96393feab55b26afd.tar.gz freebsd-ports-graphics-e7d9ae83ea532a52884405f96393feab55b26afd.tar.zst freebsd-ports-graphics-e7d9ae83ea532a52884405f96393feab55b26afd.zip |
- fix build for png-1.4.1
Diffstat (limited to 'comms')
-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 aee2299be5c..c7ee9ecba77 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|' \ |