diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-05 21:36:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-05 21:36:02 +0000 |
commit | 8056faed0e81f5e4a4d137216479c717000d6d2b (patch) | |
tree | 87c286b3b3358431c22551b330e067884366b381 /palm/pilot-link/Makefile | |
parent | 49d24ca54851e5a172df15248250aae70b8899bb (diff) | |
download | ports-8056faed0e81f5e4a4d137216479c717000d6d2b.tar.gz ports-8056faed0e81f5e4a4d137216479c717000d6d2b.zip |
Notes
Diffstat (limited to 'palm/pilot-link/Makefile')
-rw-r--r-- | palm/pilot-link/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 0dea1209694c..ffb1df512e66 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include CONFIGURE_ARGS+=${ICONV_CONFIGURE_BASE} --with-included-popt --enable-conduits --enable-xsltproc INSTALL_TARGET= install-strip -USES= iconv libtool pathfix pkgconfig tar:bzip2 +USES= iconv libtool pathfix pkgconfig readline tar:bzip2 USE_LDCONFIG= yes OPTIONS_DEFINE= PNG THREADS USB @@ -49,6 +49,7 @@ CONFIGURE_ARGS+= --disable-png .endif post-patch: + @${REINPLACE_CMD} '/enable_werror="yes"/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|png_voidp_NULL|NULL|g' \ -e 's|png_error_ptr_NULL|NULL|g' \ ${WRKSRC}/src/pilot-read-notepad.c \ |