summaryrefslogtreecommitdiff
path: root/media-sound/cmix/files/cmix-1.6-ldflags.patch
blob: ba8dacb2567b5939b87ea71f70e260fc09283772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: cmix-1.6/Makefile
===================================================================
--- cmix-1.6.orig/Makefile
+++ cmix-1.6/Makefile
@@ -3,8 +3,7 @@ CC=gcc
 #CFLAGS=-Wall -O2
 
 cmix: mix.c
-	$(CC) $(CFLAGS) mix.c -o $@
-	strip $@
+	$(CC) $(CFLAGS) $(LDFLAGS) mix.c -o $@
 
 install: