SOURCES: asterisk-Makefile_fix_gcc33.patch - updated to 1.2.0
pawcioos
pawcioos at pld-linux.org
Mon Nov 21 14:55:38 CET 2005
Author: pawcioos Date: Mon Nov 21 13:55:38 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated to 1.2.0
---- Files affected:
SOURCES:
asterisk-Makefile_fix_gcc33.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/asterisk-Makefile_fix_gcc33.patch
diff -u SOURCES/asterisk-Makefile_fix_gcc33.patch:1.1 SOURCES/asterisk-Makefile_fix_gcc33.patch:1.2
--- SOURCES/asterisk-Makefile_fix_gcc33.patch:1.1 Mon Nov 15 20:56:01 2004
+++ SOURCES/asterisk-Makefile_fix_gcc33.patch Mon Nov 21 14:55:32 2005
@@ -1,13 +1,13 @@
---- Makefile~ 2004-09-16 20:46:39.000000000 +0200
-+++ Makefile 2004-11-15 20:53:39.660750720 +0100
-@@ -22,8 +22,8 @@
- PROC=$(shell uname -m)
- ifeq ($(PROC),x86_64)
- # You must have GCC 3.4 to use k8, otherwise use athlon
--PROC=k8
--#PROC=athlon
-+#PROC=k8
-+PROC=athlon
- OPTIONS+=-m64
- endif
- ifeq ($(PROC),sparc64)
+--- asterisk-1.2.0/Makefile.orig 2005-11-21 14:34:29.000000000 +0100
++++ asterisk-1.2.0/Makefile 2005-11-21 14:34:36.000000000 +0100
+@@ -177,8 +177,8 @@
+
+ ifeq ($(PROC),x86_64)
+ # You must have GCC 3.4 to use k8, otherwise use athlon
+- PROC=k8
+- #PROC=athlon
++ #PROC=k8
++ PROC=athlon
+ OPTIONS+=-m64
+ endif
+
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/asterisk-Makefile_fix_gcc33.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list