File powerpc32-1.2.dif of Package powerpc32

--- Makefile
+++ Makefile	2004/10/13 14:42:58
@@ -1,5 +1,5 @@
 MANDIR=/usr/share/man
-CFLAGS="$RPM_OPT_FLAGS"
+CFLAGS = -O2 -Wall -fsigned-char
 CC=gcc
 
 
--- powerpc32.c
+++ powerpc32.c	2004/10/13 14:38:34
@@ -43,7 +43,7 @@
 			exit(1);
 		}
 		uname(&un);
-		if (strcmp(un.machine, "powerpc64")) {
+		if (strcmp(un.machine, "ppc64")) {
 			if (!quiet) fprintf (stderr, "powerpc64: Not a 64bit host\n");
 			exit(2);
 		}
openSUSE Build Service is sponsored by