Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv6595

Modified Files:
        dosbox.info 
Log Message:
New rev of the dosbox package; thanks to Feanor for feedback

Index: dosbox.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/dosbox.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dosbox.info 28 Aug 2007 19:44:37 -0000      1.6
+++ dosbox.info 30 Aug 2007 19:54:44 -0000      1.7
@@ -16,14 +16,22 @@
 
 Package: dosbox
 Version: 0.72
-Revision: 1
+Revision: 2
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 BuildDepends: sdl, sdl-net, sdl-sound, libpng3
 Depends: sdl-shlibs, sdl-net-shlibs, sdl-sound-shlibs, libpng3-shlibs
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 262939cc28966c1f9b07c2bc472b699f
 ConfigureParams: --enable-core-inline --mandir=%p/share/man --disable-sdltest
-SetCXXFLAGS: -force_cpusubtype_ALL -fast -mdynamic-no-pic
+CompileScript: <<
+#!/bin/sh
+if test "%m" = "powerpc"; then
+  CXXFLAGS="-fast -mcpu=G3" ./configure %c
+else
+  CXXFLAGS="-fast" ./configure %c
+fi
+make
+<<
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING NEWS README THANKS
 Description: DOS emulator
@@ -33,14 +41,16 @@
 <<
 DescPackaging: <<
  Use --enable-core-inline for a huge speed boost at the cost of an increased 
compile time.
- Disable prebinding for now, as it causes link errors on some systems.
 
  -mdynamic-no-pic required to build on i386, okay for ppc, too.
  See: http://bugzilla.opendarwin.org/show_bug.cgi?id=6856
 
   Agressive optimizations via -fast are enabled for a huge speed
-  boost, esp. compared to the official OS X binary. Untested on
-  Intel machines, feedback needed.
+  boost, esp. compared to the official OS X binary. Note that this
+  implies -mdynamic-no-pic.
+  In order to support all PowerPC macs, we add -mcpu=G3 when building
+  on PowerPC.
+
 <<
 License: GPL
 Homepage: http://dosbox.sourceforge.net/


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to