diff options
author | trasz <trasz@FreeBSD.org> | 2007-07-19 17:22:40 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-07-19 17:22:40 +0800 |
commit | 644ace82d344feaa8060dddf22229ae2775d053e (patch) | |
tree | 2eee571b8035c632dbaf33b68dab0716bce0ae78 /audio | |
parent | 54072e53388725e053175d7645c6f8079658d142 (diff) | |
download | freebsd-ports-gnome-644ace82d344feaa8060dddf22229ae2775d053e.tar.gz freebsd-ports-gnome-644ace82d344feaa8060dddf22229ae2775d053e.tar.zst freebsd-ports-gnome-644ace82d344feaa8060dddf22229ae2775d053e.zip |
- Fix malformed patch. I have no idea how this could happen, and how it
could _work_.
Approved by: miwi (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/caps-plugins/Makefile | 1 | ||||
-rw-r--r-- | audio/caps-plugins/files/patch-Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/caps-plugins/Makefile b/audio/caps-plugins/Makefile index b1b24ad76581..73a4d41d55dd 100644 --- a/audio/caps-plugins/Makefile +++ b/audio/caps-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= caps-plugins PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://quitte.de/dsp/ DISTNAME= caps_${PORTVERSION} diff --git a/audio/caps-plugins/files/patch-Makefile b/audio/caps-plugins/files/patch-Makefile index a5fdf761cb50..cc8f46d3031b 100644 --- a/audio/caps-plugins/files/patch-Makefile +++ b/audio/caps-plugins/files/patch-Makefile @@ -5,8 +5,8 @@ -CC = g++ -OPTS = -O2 -ffast-math -funroll-loops -Wall -fPIC -DPIC -++ CC = $(CXX) -++ OPTS = -Wall -fPIC -DPIC ++CC = $(CXX) ++OPTS = -Wall -fPIC -DPIC #OPTS = -g -DDEBUG -include defines.make |