diff options
author | tg <tg@FreeBSD.org> | 1998-09-02 06:14:51 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-09-02 06:14:51 +0000 |
commit | 187c281677e2d98a98ec21d210135cb156bf561d (patch) | |
tree | 707febb5470ef86f386d80469a05adb0243a6162 /x11-wm/windowmaker-i18n/files | |
parent | 3a382fea7aa1ef15e1bc0dcacd432ad4b702877c (diff) | |
download | FreeBSD-ports-187c281677e2d98a98ec21d210135cb156bf561d.zip FreeBSD-ports-187c281677e2d98a98ec21d210135cb156bf561d.tar.gz |
Upgrade to 0.19.0.
Reviewed by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'x11-wm/windowmaker-i18n/files')
-rw-r--r-- | x11-wm/windowmaker-i18n/files/patch-ad | 35 |
1 files changed, 22 insertions, 13 deletions
diff --git a/x11-wm/windowmaker-i18n/files/patch-ad b/x11-wm/windowmaker-i18n/files/patch-ad index 29df9a2..4e6fcdc 100644 --- a/x11-wm/windowmaker-i18n/files/patch-ad +++ b/x11-wm/windowmaker-i18n/files/patch-ad @@ -1,11 +1,11 @@ ---- configure.orig Mon Aug 17 19:59:47 1998 -+++ configure Tue Aug 18 10:18:59 1998 -@@ -3524,44 +3524,6 @@ +--- configure.orig Sun Aug 30 04:01:52 1998 ++++ configure Tue Sep 1 09:42:43 1998 +@@ -3523,44 +3523,6 @@ ICONEXT="xpm" # if test "$tif" = yes; then - echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 --echo "configure:3529: checking for TIFFGetVersion in -ltiff" >&5 +-echo "configure:3528: checking for TIFFGetVersion in -ltiff" >&5 -ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 @@ -13,7 +13,7 @@ - ac_save_LIBS="$LIBS" -LIBS="-ltiff $GFX_INC_PATH $GFX_LIB_PATH $XLFLAGS $XLIBS $GFXLIBS -lm $LIBS" -cat > conftest.$ac_ext <<EOF --#line 3537 "configure" +-#line 3536 "configure" -#include "confdefs.h" -/* Override any gcc2 internal prototype to avoid an error. */ -/* We use char because int might match the return type of a gcc2 @@ -24,7 +24,7 @@ -TIFFGetVersion() -; return 0; } -EOF --if { (eval echo configure:3548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +-if { (eval echo configure:3547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else @@ -43,14 +43,23 @@ -else - echo "$ac_t""no" 1>&6 echo $ac_n "checking for TIFFGetVersion in -ltiff34""... $ac_c" 1>&6 - echo "configure:3567: checking for TIFFGetVersion in -ltiff34" >&5 + echo "configure:3566: checking for TIFFGetVersion in -ltiff34" >&5 ac_lib_var=`echo tiff34'_'TIFFGetVersion | sed 'y%./+-%__p_%'` -@@ -3600,8 +3562,6 @@ - GFXFLAGS="$GFXFLAGS -DUSE_TIFF" GFXLIBS="-ltiff34 $GFXLIBS" ICONEXT="tiff" - else - echo "$ac_t""no" 1>&6 +@@ -3603,8 +3565,6 @@ + + fi + -fi - - fi - fi + + +@@ -3806,7 +3766,7 @@ + + + +-gnustepdir="/usr/local/GNUstep" ++gnustepdir="${prefix}/GNUstep" + + if test "x$GNUSTEP_LOCAL_ROOT" != "x" ; then + gnustepdir=$GNUSTEP_LOCAL_ROOT |