SOURCES: mp3gain-Makefile.patch (NEW) new from Patryk Szczyg³owski...
maciek2w
maciek2w at pld-linux.org
Sun Oct 8 16:40:53 CEST 2006
Author: maciek2w Date: Sun Oct 8 14:40:53 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
new from Patryk Szczygłowski <patryk <at> patryk.one.pl>
---- Files affected:
SOURCES:
mp3gain-Makefile.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mp3gain-Makefile.patch
diff -u /dev/null SOURCES/mp3gain-Makefile.patch:1.1
--- /dev/null Sun Oct 8 16:40:53 2006
+++ SOURCES/mp3gain-Makefile.patch Sun Oct 8 16:40:48 2006
@@ -0,0 +1,22 @@
+--- mp3gain-1.4.6/Makefile.orig 2006-10-08 16:34:48.000000000 +0200
++++ mp3gain-1.4.6/Makefile 2006-10-08 16:35:40.000000000 +0200
+@@ -4,9 +4,7 @@
+ # Mike Oliphant (oliphant at gtk.org)
+ #
+
+-CC= gcc
+-
+-CFLAGS= -Wall -O3 -DHAVE_MEMCPY
++override CFLAGS+= -Wall -O3 -DHAVE_MEMCPY
+
+ ifneq ($(OSTYPE),beos)
+ INSTALL_PATH= /usr/local/bin
+@@ -16,7 +14,7 @@
+
+ # BeOS doesn't have libm (it's all in libroot)
+ ifneq ($(OSTYPE),beos)
+-LIBS= -lm
++LIBS= -lm $(LDFLAGS)
+ else
+ # BeOS: without this it wants to use bcopy() :^)
+ CFLAGS+= -DHAVE_MEMCPY
================================================================
More information about the pld-cvs-commit
mailing list