aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/enlightenment-devel/files
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>1999-10-18 17:43:13 +0800
committernakai <nakai@FreeBSD.org>1999-10-18 17:43:13 +0800
commitb9c3b05747f47ee40c076816b6e00eb644c17748 (patch)
tree35f9b648afb5bb31b1f6fdb3ea0da5c1f4d10398 /x11-wm/enlightenment-devel/files
parentef9edd232ec34fd0c3cbc109760f00bf3bc3d2eb (diff)
downloadfreebsd-ports-gnome-b9c3b05747f47ee40c076816b6e00eb644c17748.tar.gz
freebsd-ports-gnome-b9c3b05747f47ee40c076816b6e00eb644c17748.tar.zst
freebsd-ports-gnome-b9c3b05747f47ee40c076816b6e00eb644c17748.zip
Update to 0.16.0
Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
Diffstat (limited to 'x11-wm/enlightenment-devel/files')
-rw-r--r--x11-wm/enlightenment-devel/files/patch-ad11
-rw-r--r--x11-wm/enlightenment-devel/files/patch-ae29
2 files changed, 40 insertions, 0 deletions
diff --git a/x11-wm/enlightenment-devel/files/patch-ad b/x11-wm/enlightenment-devel/files/patch-ad
new file mode 100644
index 000000000000..b1c78002682f
--- /dev/null
+++ b/x11-wm/enlightenment-devel/files/patch-ad
@@ -0,0 +1,11 @@
+--- scripts/e_gen_menu.orig Sun Oct 3 17:34:49 1999
++++ scripts/e_gen_menu Sun Oct 3 17:35:01 1999
+@@ -49,7 +49,7 @@
+ echo \"Netscape Mail\" NULL exec \"netscape -mail -no-about-splash\" >> $OUT
+ echo \"Balsa\" NULL exec \"balsa\" >> $OUT
+ echo \"Exmh\" NULL exec \"exmh\" >> $OUT
+- echo \"Electric Eyes\" NULL exec \"ee\" >> $OUT
++ echo \"Electric Eyes\" NULL exec \"ElectricEyes\" >> $OUT
+ echo \"The GIMP\" NULL exec \"gimp\" >> $OUT
+ echo \"XV\" NULL exec \"xv\" >> $OUT
+ echo \"GQView\" NULL exec \"gqview\" >> $OUT
diff --git a/x11-wm/enlightenment-devel/files/patch-ae b/x11-wm/enlightenment-devel/files/patch-ae
new file mode 100644
index 000000000000..acfe5d94d558
--- /dev/null
+++ b/x11-wm/enlightenment-devel/files/patch-ae
@@ -0,0 +1,29 @@
+--- configure.orig Mon Oct 18 17:06:41 1999
++++ configure Mon Oct 18 17:07:06 1999
+@@ -3635,14 +3635,14 @@
+
+
+
+-echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
+-echo "configure:3640: checking for dlopen in -ldl" >&5
++echo $ac_n "checking for dlopen""... $ac_c" 1>&6
++echo "configure:3640: 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
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-ldl -lm $LIBS"
++LIBS="-lm $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 3648 "configure"
+ #include "confdefs.h"
+@@ -3670,7 +3670,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=
+ else
+ echo "$ac_t""no" 1>&6
+