diff options
Diffstat (limited to 'audio/caps-plugins/files/patch-Makefile')
-rw-r--r-- | audio/caps-plugins/files/patch-Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/caps-plugins/files/patch-Makefile b/audio/caps-plugins/files/patch-Makefile deleted file mode 100644 index bac4360d7d15..000000000000 --- a/audio/caps-plugins/files/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig 2009-07-31 15:12:45.000000000 +0200 -+++ Makefile 2009-08-26 18:39:34.000000000 +0200 -@@ -1,9 +1,8 @@ --PREFIX = /usr/local - --CC = g++ -+CC = $(CXX) - - # only use -ffast-math if you're feeling mighty adventurous. (g++ issues) --OPTS = -O2 -funroll-loops -Wall -fPIC -DPIC -+OPTS = -Wall -fPIC -DPIC - #OPTS = -g -DDEBUG - - _LDFLAGS = -nostartfiles -shared -@@ -13,8 +12,8 @@ - - -include defines.make - --CFLAGS = $(OPTS) $(_CFLAGS) --LDFLAGS = $(_LDFLAGS) $(CFLAGS) -+CFLAGS += $(OPTS) $(_CFLAGS) -+LDFLAGS += $(_LDFLAGS) $(CFLAGS) - - PLUG = caps - VERSION = 0.4.3 |