aboutsummaryrefslogtreecommitdiff
path: root/audio/uade/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/uade/files/patch-Makefile.in')
-rw-r--r--audio/uade/files/patch-Makefile.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/audio/uade/files/patch-Makefile.in b/audio/uade/files/patch-Makefile.in
deleted file mode 100644
index a52da8cba914..000000000000
--- a/audio/uade/files/patch-Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.in.orig Thu Aug 14 20:18:51 2003
-+++ Makefile.in Fri Aug 15 12:19:17 2003
-@@ -1,6 +1,7 @@
- # Top-level Makefile for UADE
-
- MAKE = {MAKE}
-+CFLAGS = {SYSCFLAGS}
-
- FINALBINDIR = {BINDIR}
- FINALDATADIR = {DATADIR}
-@@ -15,10 +16,10 @@
- @chmod u+rx uade
-
- uade-bin:
-- @ cd src && $(MAKE)
-+ @ cd src && CFLAGS='$(CFLAGS)' $(MAKE)
-
- plugin:
-- @ cd plugindir && test "{USEXMMS}" = "no" || $(MAKE)
-+ @ cd plugindir && test "{USEXMMS}" = "no" || CFLAGS='$(CFLAGS)' $(MAKE)
-
- config.h:
- @echo ""