diff options
Diffstat (limited to 'audio/xmms-real-random/files/patch-Makefile')
-rw-r--r-- | audio/xmms-real-random/files/patch-Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/xmms-real-random/files/patch-Makefile b/audio/xmms-real-random/files/patch-Makefile deleted file mode 100644 index c8820a1c3ca8..000000000000 --- a/audio/xmms-real-random/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.am.orig Fri Oct 3 16:41:10 2003 -+++ Makefile.am Fri Oct 3 16:42:27 2003 -@@ -1,6 +1,6 @@ - lib_LTLIBRARIES = libreal_random.la - --CFLAGS = $$(xmms-config --cflags) -O2 -+CFLAGS = @CFLAGS@ $$(xmms-config --cflags) - libreal_random_la_SOURCES = real_random.c - libreal_random_la_LDFLAGS= -module -avoid-version -nostdlib -lpthread - ---- Makefile.in.orig Fri Oct 3 16:39:36 2003 -+++ Makefile.in Fri Oct 3 16:42:20 2003 -@@ -82,7 +82,7 @@ - - lib_LTLIBRARIES = libreal_random.la - --CFLAGS = $$(xmms-config --cflags) -O2 -+CFLAGS = @CFLAGS@ $$(xmms-config --cflags) - libreal_random_la_SOURCES = real_random.c - libreal_random_la_LDFLAGS = -module -avoid-version -nostdlib -lpthread - CCLD = "gcc -nostdlib" |