diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-28 23:38:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-28 23:38:03 +0800 |
commit | 20ccc20b2fc12a93e59f141a841c78a5cec86eda (patch) | |
tree | fd183e083e3ef505ba2c2f47c0f03e8980534e7e /audio | |
parent | 157fbdda35d2557d12ac284e71fc7ed9ba0fffc2 (diff) | |
download | freebsd-ports-gnome-20ccc20b2fc12a93e59f141a841c78a5cec86eda.tar.gz freebsd-ports-gnome-20ccc20b2fc12a93e59f141a841c78a5cec86eda.tar.zst freebsd-ports-gnome-20ccc20b2fc12a93e59f141a841c78a5cec86eda.zip |
- Add amd64 support
- This is neccessary to fix audio/ardour on amd64.
PR: ports/109035
Submitted by: trasz
Approved by: maintainer timeout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundtouch/Makefile | 3 | ||||
-rw-r--r-- | audio/soundtouch/pkg-plist | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 0744f6ded9db..a3c9b9660376 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -7,6 +7,7 @@ PORTNAME= soundtouch DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ @@ -15,6 +16,8 @@ COMMENT= An open-source audio processing library GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ARGS= --enable-shared=yes +USE_LDCONFIG= yes # For some reason this library contains config/ directory with # lots of broken symlinks. Remove them here and add new one using diff --git a/audio/soundtouch/pkg-plist b/audio/soundtouch/pkg-plist index e92f59d3a404..09d95638477c 100644 --- a/audio/soundtouch/pkg-plist +++ b/audio/soundtouch/pkg-plist @@ -8,8 +8,12 @@ include/soundtouch/soundtouch_config.h @dirrm include/soundtouch lib/libBPM.a lib/libBPM.la +lib/libBPM.so.0 +lib/libBPM.so lib/libSoundTouch.a lib/libSoundTouch.la +lib/libSoundTouch.so.0 +lib/libSoundTouch.so share/aclocal/soundtouch.m4 libdata/pkgconfig/soundtouch-1.0.pc %%PORTDOCS%%%%DOCSDIR%%/COPYING.TXT |