openbsd-ports/devel/glib2/patches/PPC-patch-glib_Makefile_in
jasper c4e5ffbc2f - update glib2 to 2.16.1
lots of changes, most importantly, the addition of GIO (VFS API to replace
GnomeVFS).

testing and feedback by many, thanks!

ok landry@ merdely@ simon@
"go ahead" bernd@ steven@

(diffs to unbreak some ports will follow)
2008-04-09 13:10:17 +00:00

13 lines
367 B
Plaintext

$OpenBSD: PPC-patch-glib_Makefile_in,v 1.2 2008/04/09 13:10:17 jasper Exp $
--- glib/Makefile.in.orig Thu Mar 27 23:03:22 2008
+++ glib/Makefile.in Thu Mar 27 23:03:45 2008
@@ -186,7 +186,7 @@ CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -O0
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@