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 ([EMAIL PROTECTED]) + # + +-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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
