summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-02-04 11:16:08 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-02-04 11:16:08 +0000
commit316fd6db6469c550983353208cc4e5fb9719ed44 (patch)
tree679c999c0c31791521180e90d6e2c00ee74c443f /x11
parent- Update to 20060203 (diff)
Fix the configure check for pcre to work with the latest pcre version.
Noticed by: many
Notes
Notes: svn path=/head/; revision=155186
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs3/Makefile4
-rw-r--r--x11/kdelibs4/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 5224784522b3..529901eb11d3 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -84,8 +84,8 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
pre-configure:
${REINPLACE_CMD} "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/kdeprint/cups/kmcupsmanager.cpp
- ${REINPLACE_CMD} "s,ac_cups_share_test=.*,ac_cups_share_test=\`\$$kde_cups_config --datadir\`,g" \
- ${WRKSRC}/configure
+ ${REINPLACE_CMD} -e "s,ac_cups_share_test=.*,ac_cups_share_test=\`\$$kde_cups_config --datadir\`,g" \
+ -e "s,pcreposix.h,pcre.h,g" ${WRKSRC}/configure
post-configure:
${TOUCH} ${WRKSRC}/dcop/dcop-path.h.in
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 5224784522b3..529901eb11d3 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -84,8 +84,8 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
pre-configure:
${REINPLACE_CMD} "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/kdeprint/cups/kmcupsmanager.cpp
- ${REINPLACE_CMD} "s,ac_cups_share_test=.*,ac_cups_share_test=\`\$$kde_cups_config --datadir\`,g" \
- ${WRKSRC}/configure
+ ${REINPLACE_CMD} -e "s,ac_cups_share_test=.*,ac_cups_share_test=\`\$$kde_cups_config --datadir\`,g" \
+ -e "s,pcreposix.h,pcre.h,g" ${WRKSRC}/configure
post-configure:
${TOUCH} ${WRKSRC}/dcop/dcop-path.h.in