[46244] trunk/dports/tex/texlive_base

ryandesign at macports.org ryandesign at macports.org
Sun Feb 1 03:31:45 PST 2009


Revision: 46244
          http://trac.macports.org/changeset/46244
Author:   ryandesign at macports.org
Date:     2009-02-01 03:31:44 -0800 (Sun, 01 Feb 2009)
Log Message:
-----------
texlive_base: fix build failure on Tiger; see #18166

Modified Paths:
--------------
    trunk/dports/tex/texlive_base/Portfile

Added Paths:
-----------
    trunk/dports/tex/texlive_base/files/patch-texk_xdvik_configure.diff

Modified: trunk/dports/tex/texlive_base/Portfile
===================================================================
--- trunk/dports/tex/texlive_base/Portfile	2009-02-01 11:27:43 UTC (rev 46243)
+++ trunk/dports/tex/texlive_base/Portfile	2009-02-01 11:31:44 UTC (rev 46244)
@@ -4,7 +4,7 @@
 
 name            texlive_base
 version         2007
-revision        5
+revision        6
 categories      tex
 maintainers     milosh openmaintainer
 description     TeX Live Binaries.
@@ -118,6 +118,7 @@
     patch-texk_web2c_xetexdir_xetex_h\
     patch-texk_web2c_xetexdir_xetex_mk\
     patch-texk_xdv2pdf_Makefile_in\
+    patch-texk_xdvik_configure.diff\
     patch-texk_xdvik_Makefile_in\
     patch-texk_xdvipdfmx_src_tt_cmap_c\
     patch-utils_dialog_Makefile_in\

Added: trunk/dports/tex/texlive_base/files/patch-texk_xdvik_configure.diff
===================================================================
--- trunk/dports/tex/texlive_base/files/patch-texk_xdvik_configure.diff	                        (rev 0)
+++ trunk/dports/tex/texlive_base/files/patch-texk_xdvik_configure.diff	2009-02-01 11:31:44 UTC (rev 46244)
@@ -0,0 +1,38 @@
+--- texk/xdvik/configure.orig~	2009-01-26 08:10:11.000000000 -0700
++++ texk/xdvik/configure	2009-01-26 08:11:30.000000000 -0700
+@@ -4222,7 +4222,7 @@
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   ac_save_LIBS="$LIBS"
+-LIBS="-lt1 -lz -lm $LIBS"
++LIBS="-lt1 -lz -lc -lm $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 4228 "configure"
+ #include "confdefs.h"
+@@ -4259,7 +4259,7 @@
+ 
+   fi
+ 
+-  LIBS="-lt1 -lm $LIBS"
++  LIBS="-lt1 -lc -lm $LIBS"
+   if test "$with_system_t1lib" = yes; then
+       echo $ac_n "checking whether installed T1 lib is >= v 5.0.0 ""... $ac_c" 1>&6
+ echo "configure:4266: checking whether installed T1 lib is >= v 5.0.0 " >&5
+@@ -5978,7 +5978,7 @@
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   ac_save_LIBS="$LIBS"
+-LIBS="-lm  $LIBS"
++LIBS="-lc -lm  $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 5984 "configure"
+ #include "confdefs.h"
+@@ -6008,7 +6008,7 @@
+ #define $ac_tr_lib 1
+ EOF
+ 
+-  LIBS="-lm $LIBS"
++  LIBS="-lc -lm $LIBS"
+ 
+ else
+   echo "$ac_t""no" 1>&6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090201/b619e46b/attachment.html>


More information about the macports-changes mailing list