diff options
author | lofi <lofi@FreeBSD.org> | 2006-02-04 19:16:08 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-02-04 19:16:08 +0800 |
commit | b12e427e8eb50d56a026f444daa77506019bd790 (patch) | |
tree | 4e69fae120fe6c4b0c47a8d161a582c5b1f862e9 /x11/kdelibs4 | |
parent | 8399aa2bd43a88242721745e80c37cc4e9e2403b (diff) | |
download | freebsd-ports-gnome-b12e427e8eb50d56a026f444daa77506019bd790.tar.gz freebsd-ports-gnome-b12e427e8eb50d56a026f444daa77506019bd790.tar.zst freebsd-ports-gnome-b12e427e8eb50d56a026f444daa77506019bd790.zip |
Fix the configure check for pcre to work with the latest pcre version.
Noticed by: many
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |