forked from Lainports/freebsd-ports
- Fix malformed patch. I have no idea how this could happen, and how it
could _work_. Approved by: miwi (mentor)
This commit is contained in:
parent
be20045f97
commit
362762a2ad
2 changed files with 3 additions and 2 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= caps-plugins
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://quitte.de/dsp/
|
||||
DISTNAME= caps_${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue