freebsd-ports/audio/caps-plugins/files/patch-Makefile
Edward Tomasz Napierala 362762a2ad - Fix malformed patch. I have no idea how this could happen, and how it
could _work_.

Approved by:	miwi (mentor)
2007-07-19 09:22:40 +00:00

18 lines
356 B
Text

--- Makefile.orig Tue Jun 19 10:19:01 2007
+++ Makefile Fri Jun 22 23:30:42 2007
@@ -1,12 +1,12 @@
PREFIX = /usr/local
-CC = g++
-OPTS = -O2 -ffast-math -funroll-loops -Wall -fPIC -DPIC
+CC = $(CXX)
+OPTS = -Wall -fPIC -DPIC
#OPTS = -g -DDEBUG
-include defines.make
-CFLAGS = $(OPTS) $(_CFLAGS)
+CFLAGS += $(OPTS)
PLUG = caps
VERSION = 0.4.2