Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2422/10.4/unstable/main/finkinfo/gnome

Modified Files:
        glib2-10.5.info glib2.info 
Log Message:
May as well use something that actually compiles at all, hmm?


Index: glib2-10.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/glib2-10.5.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- glib2-10.5.info     5 Jan 2007 02:24:24 -0000       1.2
+++ glib2-10.5.info     5 Jan 2007 02:30:16 -0000       1.3
@@ -18,12 +18,13 @@
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
-SetCPPFLAGS: -no-cpp-precomp -isystem %p/include -D_POLL_EMUL_H_
+SetCPPFLAGS: -no-cpp-precomp -isystem %p/include
 SetCFLAGS: -O0
 SetLIBRARY_PATH: %p/lib
 ConfigureParams: --mandir=%p/share/man --disable-gtk-doc 
--disable-dependency-tracking --enable-static
 CompileScript: <<
   PERL_PATH=/usr/bin/perl PERL=/usr/bin/perl ./configure %c
+  perl -pi -e '$_="#define BROKEN_POLL 1\n" if /BROKEN_POLL/' config.h
   make
 <<
 InfoTest: TestScript: LANG=C make check
@@ -127,9 +128,9 @@
   Need to figure out how to patch tests/Makefile to use the nascent
   gettext dictionaries in preference to installed ones.
 
-  poll() is broken on 10.4 but not 10.3; use alternative token on all
-  to force internal emulation regardless of config result so that lib
-  builds the same everywhere and is portable.
+  poll() is broken on 10.4 but not 10.3; force internal emulation
+  regardless of config result so that lib builds the same everywhere
+  and is portable.
 
   Would prefer -Os, but anything above -O0 gives bad code generation
   on some compilers. See radar #4874204.

Index: glib2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/glib2.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- glib2.info  5 Jan 2007 02:24:24 -0000       1.20
+++ glib2.info  5 Jan 2007 02:30:16 -0000       1.21
@@ -17,12 +17,13 @@
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
-SetCPPFLAGS: -no-cpp-precomp -isystem %p/include -D_POLL_EMUL_H_
+SetCPPFLAGS: -no-cpp-precomp -isystem %p/include
 SetCFLAGS: -Os
 SetLIBRARY_PATH: %p/lib
 ConfigureParams: --mandir=%p/share/man --disable-gtk-doc 
--disable-dependency-tracking --enable-static
 CompileScript: <<
   PERL_PATH=/usr/bin/perl PERL=/usr/bin/perl ./configure %c
+  perl -pi -e '$_="#define BROKEN_POLL 1\n" if /BROKEN_POLL/' config.h
   make
 <<
 InfoTest: TestScript: LANG=C make check
@@ -126,9 +127,9 @@
   Need to figure out how to patch tests/Makefile to use the nascent
   gettext dictionaries in preference to installed ones.
 
-  poll() is broken on 10.4 but not 10.3; use alternative token on all
-  to force internal emulation regardless of config result so that lib
-  builds the same everywhere and is portable.
+  poll() is broken on 10.4 but not 10.3; force internal emulation
+  regardless of config result so that lib builds the same everywhere
+  and is portable.
 <<
 DescPackaging: <<
   Sometimes not all .pc files get created. I suspect this is due to a


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to