diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-09-12 19:40:18 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-09-12 19:40:18 +0000 |
commit | dfb4dcf99be521cbabe224362b75295b3001aab7 (patch) | |
tree | 5310cb0402033ec47943ac255b76a84f85804c3a /audio | |
parent | ef3f2fb3bad3324d1e46ac44fdc1c10e93ab403d (diff) | |
download | ports-dfb4dcf99be521cbabe224362b75295b3001aab7.tar.gz ports-dfb4dcf99be521cbabe224362b75295b3001aab7.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsndfile/Makefile | 9 | ||||
-rw-r--r-- | audio/libsndfile/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index fc543c1f9053..843e86e9479d 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsndfile -PORTVERSION= 1.0.24 +PORTVERSION= 1.0.25 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/ @@ -23,15 +23,16 @@ CONFIGURE_ARGS= --disable-gcc-pipe \ --disable-sqlite \ --disable-alsa \ --disable-octave -CONFIGURE_ENV= CPPFLAGS="-isystem /usr/include -isystem ${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -isystem /usr/include -isystem ${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes MAN1= sndfile-concat.1 sndfile-cmp.1 sndfile-convert.1 \ sndfile-info.1 sndfile-metadata-get.1 sndfile-metadata-set.1 \ sndfile-play.1 sndfile-deinterleave.1 sndfile-interleave.1 -PORTDOCS= libsndfile.css new_file_type.HOWTO libsndfile.jpg *.html +PORTDOCS= AUTHORS ChangeLog NEWS README libsndfile.css \ + new_file_type.HOWTO libsndfile.jpg *.html OPTIONS= EXTERNAL "Enable FLAC and Ogg Vorbis support" on diff --git a/audio/libsndfile/distinfo b/audio/libsndfile/distinfo index 06d0a45c7e95..b71c449509bf 100644 --- a/audio/libsndfile/distinfo +++ b/audio/libsndfile/distinfo @@ -1,2 +1,2 @@ -SHA256 (libsndfile-1.0.24.tar.gz) = b6050e6fbfbb72c8bfbc895104697a4af1d49077a64e4846e0be7af87c9e56a4 -SIZE (libsndfile-1.0.24.tar.gz) = 963034 +SHA256 (libsndfile-1.0.25.tar.gz) = 59016dbd326abe7e2366ded5c344c853829bebfd1702ef26a07ef662d6aa4882 +SIZE (libsndfile-1.0.25.tar.gz) = 1060692 |