mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- 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
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195878
@ -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…
Reference in New Issue
Block a user