From 5c8a4dc82efc3d81f22ae30bb1d42d5b41f528c2 Mon Sep 17 00:00:00 2001
From: Lance Dillon <riffraff169@yahoo.com>
Date: Wed, 2 Aug 2006 08:49:37 -0500
Subject: [PATCH] reverted accidental reversion in Makefile.in changed
 GTK_NO_CHECK_CASTS back

Rev: src/post_modules/GTK2/Makefile.in:1.10
Rev: src/post_modules/GTK2/pgtk.h:1.16
---
 src/post_modules/GTK2/Makefile.in | 4 ++--
 src/post_modules/GTK2/pgtk.h      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/post_modules/GTK2/Makefile.in b/src/post_modules/GTK2/Makefile.in
index ee768c1653..c893569d80 100644
--- a/src/post_modules/GTK2/Makefile.in
+++ b/src/post_modules/GTK2/Makefile.in
@@ -51,9 +51,9 @@ compile1:
 	  done; \
 	else :; fi
 	@echo "Original CFLAGS:$(CFLAGS)"
-	@echo "Modified CFLAGS:`echo $(CFLAGS) | sed -e 's/-g[^ ]*//g' -e 's/-W[^ ]*//g'`"
+	@echo "Modified CFLAGS:`echo ' $(CFLAGS) ' | sed -e 's/ -g[^ ]*//g' -e 's/ -W[^ ]*//g'` `echo ' $(CFLAGS) ' | sed -ne 's/.*\( -gcc-version[^ ]*\).*/\1/p'`"
 	@$(MAKE) OBJS="`cat files_to_compile`" \
-	         CFLAGS="`echo $(CFLAGS) | sed -e 's/ -g[^ ]*/ /g' -e 's/ -W[^ ]*/ /g'`" \
+	         CFLAGS="`echo ' $(CFLAGS) ' | sed -e 's/ -g[^ ]*/ /g' -e 's/ -W[^ ]*/ /g'` `echo ' $(CFLAGS) ' | sed -ne 's/.*\( -gcc-version[^ ]*\).*/\1/p'`" \
 	         all
 
 compile2: compile1
diff --git a/src/post_modules/GTK2/pgtk.h b/src/post_modules/GTK2/pgtk.h
index f46fc64679..2e3d4f5492 100644
--- a/src/post_modules/GTK2/pgtk.h
+++ b/src/post_modules/GTK2/pgtk.h
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: pgtk.h,v 1.15 2006/08/02 13:42:31 ldillon Exp $
+|| $Id: pgtk.h,v 1.16 2006/08/02 13:49:37 ldillon Exp $
 */
 
 /* Sort of unnessesary, and decreases code-size with 140Kb */
-- 
GitLab