public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/ssrc/files: ssrc-1.30-makefile.patch
@ 2009-06-19 14:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-06-19 14:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/06/19 14:04:14

  Modified:             ssrc-1.30-makefile.patch
  Log:
  Update Makefile patch to respect CC and CFLAGS.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/ssrc/files/ssrc-1.30-makefile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ssrc/files/ssrc-1.30-makefile.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ssrc/files/ssrc-1.30-makefile.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ssrc/files/ssrc-1.30-makefile.patch?r1=1.1&r2=1.2

Index: ssrc-1.30-makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ssrc/files/ssrc-1.30-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ssrc-1.30-makefile.patch	6 Jan 2007 21:19:56 -0000	1.1
+++ ssrc-1.30-makefile.patch	19 Jun 2009 14:04:14 -0000	1.2
@@ -1,17 +1,34 @@
---- Makefile.old	2007-01-06 22:10:22.000000000 +0100
-+++ Makefile	2007-01-06 22:11:17.000000000 +0100
-@@ -5,10 +5,10 @@
+diff -ur ssrc-1.30.orig/Makefile ssrc-1.30/Makefile
+--- ssrc-1.30.orig/Makefile	2005-06-28 11:10:07.000000000 +0300
++++ ssrc-1.30/Makefile	2009-06-19 17:03:01.000000000 +0300
+@@ -1,14 +1,13 @@
+-CC = gcc
+-CFLAGS = -O2 -lm 
++CC ?= gcc
+ #CFLAGS += -DBIGENDIAN
+ 
  all : ssrc ssrc_hp
  
  ssrc : ssrc.c fftsg_ld.c dbesi0.c
 -	$(CC) $(CFLAGS) ssrc.c fftsg_ld.c dbesi0.c -o ssrc
-+	$(CC) $(CFLAGS) $(LDFLAGS) ssrc.c fftsg_ld.c dbesi0.c -o ssrc -lm
++	$(CC) $(LDFLAGS) $(CFLAGS) ssrc.c fftsg_ld.c dbesi0.c -o ssrc -lm
  
  ssrc_hp : ssrc.c fftsg_ld.c dbesi0.c
 -	$(CC) $(CFLAGS) -DHIGHPREC ssrc.c fftsg_ld.c dbesi0.c -o ssrc_hp
-+	$(CC) $(CFLAGS) $(LDFLAGS) -DHIGHPREC ssrc.c fftsg_ld.c dbesi0.c -o ssrc_hp -lm
++	$(CC) $(LDFLAGS) $(CFLAGS) -DHIGHPREC ssrc.c fftsg_ld.c dbesi0.c -o ssrc_hp -lm
  
  clean :
 -	rm -f ssrc ssrc_hp *.o *~
 \ No newline at end of file
 +	rm -f ssrc ssrc_hp *.o *~
+diff -ur ssrc-1.30.orig/ssrc.c ssrc-1.30/ssrc.c
+--- ssrc-1.30.orig/ssrc.c	2005-06-28 02:51:11.000000000 +0300
++++ ssrc-1.30/ssrc.c	2009-06-19 17:04:29.000000000 +0300
+@@ -3,6 +3,7 @@
+ #include <math.h>
+ #include <assert.h>
+ #include <time.h>
++#include <string.h>
+ 
+ #define NDEBUG
+ 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/ssrc/files: ssrc-1.30-makefile.patch
@ 2012-06-16 11:53 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2012-06-16 11:53 UTC (permalink / raw
  To: gentoo-commits

pacho       12/06/16 11:53:41

  Removed:              ssrc-1.30-makefile.patch
  Log:
  Remove package.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-16 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 11:53 [gentoo-commits] gentoo-x86 commit in media-sound/ssrc/files: ssrc-1.30-makefile.patch Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-19 14:04 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox