diff options
Diffstat (limited to 'audio/ccaudio')
-rw-r--r-- | audio/ccaudio/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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|<stdint\.h>|<stdlib.h>|g' ${WRKSRC}/src/dtmf.cpp +pre-configure: + @${CP} ${LTMAIN} ${WRKSRC}/config + .include <bsd.port.mk> |