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

Modified Files:
        ptex-base.info 
Log Message:
more robust X11 building


Index: ptex-base.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/ptex-base.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ptex-base.info      26 Jul 2008 09:54:11 -0000      1.7
+++ ptex-base.info      23 Aug 2008 03:16:45 -0000      1.8
@@ -13,7 +13,8 @@
  (%type_raw[-nox] = .)  gd2 (>= 2.0.33-1), 
  (%type_raw[-nox] = .) x11, 
  (%type_raw[-nox] = .) freetype219 (>= 2.2.1-4),
- (%type_raw[-nox] = .) openmotif3
+ (%type_raw[-nox] = .) openmotif3,
+ (%type_raw[-nox] = .) xmkmf (>= 1.0.2-3)
 <<
 Source: mirror:ctan:systems/unix/teTeX/3.0/distrib/tetex-src-3.0.tar.gz
 Source-MD5: 944a4641e79e61043fdaf8f38ecbb4b3
@@ -102,10 +103,15 @@
  (%type_raw[-nox] = -nox) --without-x 
 <<
 CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
  export PATH=%p/lib/freetype219/bin:${PATH} && ./configure %c && make
 <<
 InstallScript: <<
 #!/bin/bash -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
  make install prefix=%i texmf=%i/share/texmf
 
 echo "Removing files that belong to the libkpathsea4 and ptexenc package..."


-------------------------------------------------------------------------
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