aboutsummaryrefslogtreecommitdiff
path: root/audio/stymulator/files/patch-stsoundlib__lzh__Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/stymulator/files/patch-stsoundlib__lzh__Makefile')
-rw-r--r--audio/stymulator/files/patch-stsoundlib__lzh__Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/stymulator/files/patch-stsoundlib__lzh__Makefile b/audio/stymulator/files/patch-stsoundlib__lzh__Makefile
deleted file mode 100644
index 8d3ad20f557a..000000000000
--- a/audio/stymulator/files/patch-stsoundlib__lzh__Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./stsoundlib/lzh/Makefile.orig 2010-04-23 13:49:47.000000000 +0200
-+++ ./stsoundlib/lzh/Makefile 2010-04-23 13:49:47.000000000 +0200
-@@ -1,14 +1,14 @@
--CC = gcc
-+CC ?= gcc
- AR = ar cr
- RM = rm -f
-
--CFLAGS = -Wall
-+CFLAGS ?= -Wall
-
- liblzh.a: lzhlib.o
- $(AR) liblzh.a lzhlib.o
-
- lzhlib.o: lzhlib.cpp lzh.h
-- $(CC) -c lzhlib.cpp
-+ $(CC) $(CFLAGS) -c lzhlib.cpp
-
- clean:
- $(RM) *~ *.o *.a