summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-28 14:00:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-28 14:00:18 +0000
commite3b3d5fa7891dfb5cabcc13a4c33050246979c71 (patch)
treeea623b4144d7a913f24c711117992d9a99eebc35 /audio
parentfix installation (diff)
s/ /\t/
PR: 43294 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=67187
Diffstat (limited to 'audio')
-rw-r--r--audio/alienwah/files/patch-Makefile50
1 files changed, 25 insertions, 25 deletions
diff --git a/audio/alienwah/files/patch-Makefile b/audio/alienwah/files/patch-Makefile
index 3a2a6f0686f9..11d5fc5f2a4c 100644
--- a/audio/alienwah/files/patch-Makefile
+++ b/audio/alienwah/files/patch-Makefile
@@ -1,40 +1,40 @@
---- Makefile.orig Sun Jan 6 18:34:24 2002
-+++ Makefile Mon May 13 01:20:42 2002
+--- Makefile.orig Sun Jan 6 18:34:24 2002
++++ Makefile Mon May 13 01:20:42 2002
@@ -1,25 +1,16 @@
# parts taken from ladspa-sdk src/makefile
-
--INCLUDES = -I/usr/local/include
--#LIBRARIES = -ldl -lm
--CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC
--CXXFLAGS = $(CFLAGS)
-+CXXFLAGS += -I${LOCALBASE}/include
- PLUGINS = aw.so
--CC = cc
--CPP = c++
-
+
+-INCLUDES = -I/usr/local/include
+-#LIBRARIES = -ldl -lm
+-CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC
+-CXXFLAGS = $(CFLAGS)
++CXXFLAGS += -I${LOCALBASE}/include
+ PLUGINS = aw.so
+-CC = cc
+-CPP = c++
+
###############################################################################
#
# RULES TO BUILD PLUGINS FROM C OR C++ CODE
#
-
+
-%.so: %.c
-- $(CC) $(CFLAGS) -c $*.c
-- $(LD) -o $*.so $*.o -shared
+- $(CC) $(CFLAGS) -c $*.c
+- $(LD) -o $*.so $*.o -shared
-
%.so: %.cpp
-- $(CPP) $(CXXFLAGS) -c $*.cpp
-- $(CPP) -o $*.so $*.o -shared
-+ $(CXX) $(CXXFLAGS) -c $*.cpp
-+ $(CXX) -o $*.so $*.o -shared
-
+- $(CPP) $(CXXFLAGS) -c $*.cpp
+- $(CPP) -o $*.so $*.o -shared
++ $(CXX) $(CXXFLAGS) -c $*.cpp
++ $(CXX) -o $*.so $*.o -shared
+
###############################################################################
#
@@ -29,7 +20,7 @@
all: $(PLUGINS)
-
+
install:
-- cp aw.so /usr/local/lib/ladspa/
-+ cp aw.so ${LOCALBASE}/lib/ladspa/
-
+- cp aw.so /usr/local/lib/ladspa/
++ cp aw.so ${LOCALBASE}/lib/ladspa/
+
clean:
- -rm -f *.o *.so
+ -rm -f *.o *.so