[xiph-cvs] r6781 - trunk/postfish

xiphmont at xiph.org xiphmont at xiph.org
Sat May 29 04:54:00 PDT 2004



Author: xiphmont
Date: 2004-05-29 07:53:59 -0400 (Sat, 29 May 2004)
New Revision: 6781

Modified:
   trunk/postfish/Makefile
   trunk/postfish/version.h
Log:
Makefile change; gtk2.4 randomly decided to deprecate GtkOptionMenu,
so I have to eliminate all the 'don't use deprecated features!'
defines to keep everyone's builds from exploding.

<p><p>Modified: trunk/postfish/Makefile
===================================================================
--- trunk/postfish/Makefile	2004-05-29 09:11:34 UTC (rev 6780)
+++ trunk/postfish/Makefile	2004-05-29 11:53:59 UTC (rev 6781)
@@ -36,7 +36,8 @@
         bessel.o suppresspanel.o suppress.o singlecomp.o singlepanel.o \
         limit.o limitpanel.o mute.o mixpanel.o mix.o reverb.o reverbpanel.o \
         outpanel.o config.o
-GCF = -DETCDIR=\\\"$(ETCDIR)\\\" `pkg-config --cflags gtk+-2.0` -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
+#GCF = -DETCDIR=\\\"$(ETCDIR)\\\" `pkg-config --cflags gtk+-2.0` -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
+GCF = -DETCDIR=\\\"$(ETCDIR)\\\" `pkg-config --cflags gtk+-2.0` 
 
 all:	
         $(MAKE) target CFLAGS="-O3 -ffast-math -fomit-frame-pointer $(GCF) $(ADD_DEF)"

Modified: trunk/postfish/version.h
===================================================================
--- trunk/postfish/version.h	2004-05-29 09:11:34 UTC (rev 6780)
+++ trunk/postfish/version.h	2004-05-29 11:53:59 UTC (rev 6781)
@@ -1,2 +1,2 @@
 #define VERSION "$Id$ "
-/* DO NOT EDIT: Automated versioning hack [Sat May 29 02:18:36 EDT 2004] */
+/* DO NOT EDIT: Automated versioning hack [Sat May 29 07:51:35 EDT 2004] */

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list