From 9c7b96d9232fe4292c221dd0fd7d0cdedb04aa8f Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 3 Jun 2005 14:17:18 +0000 Subject: don't build an own libtool --- devel/regexx/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/regexx/Makefile b/devel/regexx/Makefile index 21f80b79537b..0164d090f47e 100644 --- a/devel/regexx/Makefile +++ b/devel/regexx/Makefile @@ -25,11 +25,10 @@ INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e 's|@LIBTOOL@|${LIBTOOL}|g ; \ - s|\./libtool|${LIBTOOL}|g ; \ + s| \./libtool|${LIBTOOL}|g ; \ s|\(DEFS.*\)|\1 -I${LOCALBASE}/include|' \ ${WRKSRC}/src/Makefile.in ${WRKSRC}/pcre/Makefile.in - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir| ; \ - ' ${WRKSRC}/configure -# s|subdirs="pcre"||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure .include -- cgit