From f3cbaa1a808778c1445e2c09deddd25e0030bbba Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Fri, 14 Oct 2005 12:05:42 +0000 Subject: Fix breakage of ccscript on 4.x by lifting requisite commoncpp to gcc 3.4 (and track this for ccaudio which also uses commoncpp) --- audio/ccaudio/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'audio/ccaudio') diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile index 91c3b8ebd6dd..993d47f2fe91 100644 --- a/audio/ccaudio/Makefile +++ b/audio/ccaudio/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_INC_LIBTOOL_VER= 15 +USE_GCC= 3.4 INSTALL_TARGET= install man INSTALLS_SHLIB= yes @@ -31,4 +32,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|||g' ${WRKSRC}/src/dtmf.cpp +pre-configure: + @${CP} ${LTMAIN} ${WRKSRC}/config + .include -- cgit v1.2.3