From a7da1cec1609120b903be8d021cf78c46fa0577a Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 13 Oct 2004 15:52:13 +0000 Subject: [PATCH] - Remove USE_GCC=3.4, it's not needed - Update libtool PR: ports/72607 Submitted by: Michael Johnson --- audio/libsndfile/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index bae458cf2bd7..173515ee01d5 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -14,9 +14,8 @@ MASTER_SITES= http://www.mega-nerd.com/libsndfile/ MAINTAINER= ports@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) -USE_GCC= 3.4 -USE_GNOME= gnomehack gnometarget lthack pkgconfig -USE_INC_LIBTOOL_VER= 13 +USE_GNOME= gnomehack gnometarget pkgconfig +USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe INSTALLS_SHLIB= yes