summaryrefslogtreecommitdiff
path: root/audio/uade/files/patch-Makefile.in
blob: a52da8cba914d1c40bad43110602e107761af323 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- 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 ""