summaryrefslogtreecommitdiff
path: root/media-sound/ripperx/files/ripperx-2.7.3-ldflags.patch
blob: e7e8a066b3b7e08795aa103f63dd70a76313725c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/plugins/Makefile.in
+++ b/plugins/Makefile.in
@@ -658,7 +658,7 @@ uninstall-am: uninstall-binPROGRAMS
 all: ripperX_plugin_tester $(PLUGINS)
 
 .c.o:
-	$(CC) $(CFLAGS) $(LDFLAGS) -c $< -o $@
+	$(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.