[Demudi-commits] r311 - brutefir/trunk/debian/patches

Free Ekanayaka free-guest@haydn.debian.org
Fri, 10 Dec 2004 02:01:36 -0700


Author: free-guest
Date: 2004-12-10 02:01:10 -0700 (Fri, 10 Dec 2004)
New Revision: 311

Added:
   brutefir/trunk/debian/patches/00list.amd64
   brutefir/trunk/debian/patches/00list.sparc
Modified:
   brutefir/trunk/debian/patches/10_sparc-v8.dpatch
Log:
Added list files

Added: brutefir/trunk/debian/patches/00list.amd64
===================================================================
--- brutefir/trunk/debian/patches/00list.amd64	2004-12-09 11:01:14 UTC (rev 310)
+++ brutefir/trunk/debian/patches/00list.amd64	2004-12-10 09:01:10 UTC (rev 311)
@@ -0,0 +1 @@
+10_amd64_gcc-4.0.dpatch

Added: brutefir/trunk/debian/patches/00list.sparc
===================================================================
--- brutefir/trunk/debian/patches/00list.sparc	2004-12-09 11:01:14 UTC (rev 310)
+++ brutefir/trunk/debian/patches/00list.sparc	2004-12-10 09:01:10 UTC (rev 311)
@@ -0,0 +1 @@
+10_sparc-v8.dpatch

Modified: brutefir/trunk/debian/patches/10_sparc-v8.dpatch
===================================================================
--- brutefir/trunk/debian/patches/10_sparc-v8.dpatch	2004-12-09 11:01:14 UTC (rev 310)
+++ brutefir/trunk/debian/patches/10_sparc-v8.dpatch	2004-12-10 09:01:10 UTC (rev 311)
@@ -1,26 +1,20 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_sparc-v8.dpatch by Free Ekanayaka <free@agnula.org>
+## 10_sparc-v8.dpatch by  <root@june.voxel.net>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: No description.
 
 @DPATCH@
-diff -urNad brutefir-1.0/Makefile /tmp/dpep.rSAnEB/brutefir-1.0/Makefile
---- brutefir-1.0/Makefile	2004-10-30 13:30:15.000000000 +0200
-+++ /tmp/dpep.rSAnEB/brutefir-1.0/Makefile	2004-12-09 10:48:47.000000000 +0100
-@@ -86,11 +86,13 @@
- CC_WARN		= -Wall -Wlong-long -Wpointer-arith -Wshadow \
- -Wcast-qual -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations \
- -Wnested-externs
-+BRUTEFIR_LIBS	+= -lrt -ldl
-+endif
-+
-+# Sparc
- ifeq ($(UNAME_P),sparc)
- CC_FLAGS	+= -Wa,-xarch=v8plus
+diff -urNad brutefir-1.0/Makefile /tmp/dpep.9PBbmd/brutefir-1.0/Makefile
+--- brutefir-1.0/Makefile	2004-12-10 02:23:34.545793224 +0000
++++ /tmp/dpep.9PBbmd/brutefir-1.0/Makefile	2004-12-10 02:31:29.741552488 +0000
+@@ -73,6 +73,9 @@
+ ifeq ($(UNAME_M),i686)
+ BRUTEFIR_OBJS	+= $(BRUTEFIR_IA32_OBJS)
  endif
--BRUTEFIR_LIBS	+= -lrt -ldl
--endif
- 
- # FreeBSD
- ifeq ($(UNAME),FreeBSD)
++ifneq (,$(findstring sparc,$(UNAME_M)))
++CC_FLAGS += -Wa,-xarch=v8plus
++endif 
+ BRUTEFIR_LIBS	+= -ldl
+ LDMULTIPLEDEFS	= -Xlinker --allow-multiple-definition
+ # assume that we have alsa, osss and jack