Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23432

Modified Files:
        bbmail.info 
Log Message:
more robust X11 building


Index: bbmail.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/bbmail.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bbmail.info 13 Jan 2007 19:55:11 -0000      1.3
+++ bbmail.info 25 Aug 2008 23:04:24 -0000      1.4
@@ -3,11 +3,17 @@
 Revision: 1002
 Source: http://bbtools.windsofstorm.net/sources/%n-%v.tar.gz
 Source-MD5: fc5dd75c3350402a3740a9982f206118
-BuildDepends: x11-dev
+BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
 Depends: x11
 PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
 GCC: 4.0
 ConfigureParams: --mandir='${prefix}/share/man'
+CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ ./configure %c
+ make
+<<
 InstallScript: <<
  make install DESTDIR=%d
  mkdir -p %i/share/bbtools


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to