diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-19 09:22:40 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-19 09:22:40 +0000 |
commit | 362762a2ad2d263beffce88609274ec4d2f0d114 (patch) | |
tree | d7f78997489533532b8104437b3c612c1127d5b7 /audio/caps-plugins/files | |
parent | be20045f9752e923cc43f2c24f085241f5021a84 (diff) |
Notes
Diffstat (limited to 'audio/caps-plugins/files')
-rw-r--r-- | audio/caps-plugins/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/caps-plugins/files/patch-Makefile b/audio/caps-plugins/files/patch-Makefile index a5fdf761cb50..cc8f46d3031b 100644 --- a/audio/caps-plugins/files/patch-Makefile +++ b/audio/caps-plugins/files/patch-Makefile @@ -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 |