1
0
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:
Edward Tomasz Napierala 2007-07-19 09:22:40 +00:00
parent be20045f97
commit 362762a2ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195878
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= caps-plugins
PORTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://quitte.de/dsp/
DISTNAME= caps_${PORTVERSION}

View File

@ -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