diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-11-24 07:15:32 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-11-24 07:15:32 +0000 |
commit | 0deec25682baa8e337cb2176d9ca292958d3b197 (patch) | |
tree | e75f8b175d4bcbb3a7ce62986b7f095bea4828c7 /x11-wm/enlightenment-devel/files | |
parent | 483871c495c1690c3bd81980f5b233686980bd84 (diff) |
Notes
Diffstat (limited to 'x11-wm/enlightenment-devel/files')
-rw-r--r-- | x11-wm/enlightenment-devel/files/patch-ae | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/enlightenment-devel/files/patch-ae b/x11-wm/enlightenment-devel/files/patch-ae index d2c6d51f89a1..0f62992192aa 100644 --- a/x11-wm/enlightenment-devel/files/patch-ae +++ b/x11-wm/enlightenment-devel/files/patch-ae @@ -1,13 +1,13 @@ ---- configure.orig Sun Nov 7 10:21:24 1999 -+++ configure Sun Nov 14 19:09:32 1999 -@@ -3633,14 +3633,14 @@ +--- configure.orig Tue Nov 23 17:13:27 1999 ++++ configure Tue Nov 23 17:14:09 1999 +@@ -3632,14 +3632,14 @@ -echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 --echo "configure:3638: checking for dlopen in -ldl" >&5 +-echo "configure:3637: checking for dlopen in -ldl" >&5 +echo $ac_n "checking for dlopen""... $ac_c" 1>&6 -+echo "configure:3638: checking for dlopen" >&5 ++echo "configure:3637: checking for dlopen" >&5 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16,14 +16,14 @@ -LIBS="-ldl -lm $LIBS" +LIBS="-lm $LIBS" cat > conftest.$ac_ext <<EOF - #line 3646 "configure" + #line 3645 "configure" #include "confdefs.h" -@@ -3668,7 +3668,7 @@ +@@ -3667,7 +3667,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - DL_LIBS=-ldl -+ DL_LIBS= ++ DL_LIBS= else echo "$ac_t""no" 1>&6 |