diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-14 18:19:05 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-14 18:19:05 +0800 |
commit | 069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6 (patch) | |
tree | 88942b19ba9a4632a634996a02ee12169c0e5445 /comms/gstreamer1-plugins-spandsp | |
parent | fa3560ebf262bbc38ce410e3459810fffe3582bf (diff) | |
download | freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.tar.gz freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.tar.zst freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.zip |
comms/spandsp-devel:
- Fix installation of lib/libspandsp.so.2 (when patching configure.ac
almost all USE_AUTOTOOLS are needed)
- Replace CONFIGURE_ARGS with CPPFLAGS/LIBS
Reported by: antoine
Diffstat (limited to 'comms/gstreamer1-plugins-spandsp')
-rw-r--r-- | comms/gstreamer1-plugins-spandsp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gstreamer1-plugins-spandsp/Makefile b/comms/gstreamer1-plugins-spandsp/Makefile index cc82fd04ac9f..8ab43117c1a0 100644 --- a/comms/gstreamer1-plugins-spandsp/Makefile +++ b/comms/gstreamer1-plugins-spandsp/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= comms COMMENT= Gstreamer DSP library and software FAX machine plugin |