packages: mp3gain/mp3gain-Makefile.patch - updated for 1.5.2

sparky sparky at pld-linux.org
Sat Jan 15 18:48:02 CET 2011


Author: sparky                       Date: Sat Jan 15 17:48:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 1.5.2

---- Files affected:
packages/mp3gain:
   mp3gain-Makefile.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/mp3gain/mp3gain-Makefile.patch
diff -u packages/mp3gain/mp3gain-Makefile.patch:1.2 packages/mp3gain/mp3gain-Makefile.patch:1.3
--- packages/mp3gain/mp3gain-Makefile.patch:1.2	Tue Oct 17 20:44:43 2006
+++ packages/mp3gain/mp3gain-Makefile.patch	Sat Jan 15 18:47:57 2011
@@ -1,20 +1,11 @@
---- Makefile.orig	2006-10-17 20:29:32.000000000 +0200
-+++ Makefile	2006-10-17 20:34:01.000000000 +0200
+--- mp3gain-1.5.2/Makefile~	2010-08-04 22:55:39.000000000 +0200
++++ mp3gain-1.5.2/Makefile	2011-01-15 16:03:09.055103265 +0100
 @@ -6,7 +6,7 @@
- 
- CC=     gcc
- 
--CFLAGS= -Wall -O3 -DHAVE_MEMCPY
-+override CFLAGS+= -Wall -O3 -DHAVE_MEMCPY
- 
- ifneq ($(OSTYPE),beos)
- INSTALL_PATH= /usr/local/bin
-@@ -30,7 +30,7 @@
- all: mp3gain
- 
- mp3gain: $(OBJS)
--	$(CC) -o mp3gain $(OBJS) $(LIBS)
-+	$(CC) $(LDFLAGS) -o mp3gain $(OBJS) $(LIBS)
- ifeq ($(OSTYPE),beos)
- 	mimeset -f mp3gain
- endif
+ 
+ CC?= gcc
+ 
+-CFLAGS+= -Wall -DHAVE_MEMCPY
++override CFLAGS+= -Wall -DHAVE_MEMCPY
+ 
+ # all known MS Windows OS define the ComSpec environment variable
+ ifdef ComSpec
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mp3gain/mp3gain-Makefile.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list