diff options
Diffstat (limited to 'devel/ding-libs/Makefile')
-rw-r--r-- | devel/ding-libs/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/ding-libs/Makefile b/devel/ding-libs/Makefile index a695dde60ffe..9cd3a817df93 100644 --- a/devel/ding-libs/Makefile +++ b/devel/ding-libs/Makefile @@ -25,30 +25,11 @@ CONFIGURE_ENV+= DOXYGEN="" OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS= --docdir=${DOCSDIR} -.else -CONFIGURE_ARGS= --docdir=/dev/null -.endif - -#fmemopen was commit r246120 -.if ${OSVERSION} < 901502 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.am \ - ${FILESDIR}/extra-patch-ini__libini_config.sym \ - ${FILESDIR}/extra-patch-ini__ini_fileobj.c -.endif - post-patch: @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/collection/collection_tools.c \ ${WRKSRC}/refarray/ref_array.c @${REINPLACE_CMD} -e 's|git log -1 &>/dev/null|true|g' \ ${WRKSRC}/configure.ac -.if ${OSVERSION} < 901502 - @${CP} ${FILESDIR}/fmemopen.c ${WRKSRC}/ini/fmemopen.c - @${CP} ${FILESDIR}/flags.c ${WRKSRC}/ini/flags.c -.endif .include <bsd.port.mk> |