summaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment-devel/files
diff options
context:
space:
mode:
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-ae28
-rw-r--r--x11-wm/enlightenment-devel/files/patch-ag11
3 files changed, 0 insertions, 50 deletions
diff --git a/x11-wm/enlightenment-devel/files/patch-ad b/x11-wm/enlightenment-devel/files/patch-ad
deleted file mode 100644
index b1c78002682f..000000000000
--- a/x11-wm/enlightenment-devel/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index 99902da9d10b..000000000000
--- a/x11-wm/enlightenment-devel/files/patch-ae
+++ /dev/null
@@ -1,28 +0,0 @@
---- configure.orig Fri Sep 29 01:59:45 2000
-+++ configure Sun Oct 1 19:43:36 2000
-@@ -5518,14 +5518,14 @@
-
-
-
--echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
--echo "configure:5523: checking for dlopen in -ldl" >&5
-+echo $ac_n "checking for dlopen""... $ac_c" 1>&6
-+echo "configure:5523: 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 5531 "configure"
- #include "confdefs.h"
-@@ -5553,7 +5553,6 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- DL_LIBS=-ldl
- else
- echo "$ac_t""no" 1>&6
-
diff --git a/x11-wm/enlightenment-devel/files/patch-ag b/x11-wm/enlightenment-devel/files/patch-ag
deleted file mode 100644
index 19303e0a78e3..000000000000
--- a/x11-wm/enlightenment-devel/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Sun Apr 30 12:26:09 2000
-+++ src/Makefile.in Sun Apr 30 12:25:23 2000
-@@ -122,7 +122,7 @@
- enlightenment_SOURCES = E.h timestamp.h update.h actions.c alert.c areas.c arrange.c arrange.h atoms.c borders.c buttons.c clone.c cmclass.c comms.c conf.h config.c containers.c coords.c cursors.c desktops.c dialog.c dock.c draw.c events.c evhandlers.c file.c finders.c focus.c fx.c globals.c gnome.c grabs.c groups.c handlers.c icccm.c iclass.c iconify.c init.c ipc.c kde.c lists.c main.c memory.c menus.c misc.c modules.c mwm.c network.c pager.c progress.c regex.c scursor.c session.c settings.c setup.c size.c slideout.c snaps.c snprintf.c sound.c startup.c sticky.c stripjoints.c strips.c tclass.c text.c theme.c timers.c tooltips.c ttfont.c update.c warp.c windowmatch.c x.c zoom.c
-
-
--LDADD = @INTLLIBS@ $(FNLIB_LIBS) $(TTF_LIBS) $(ESD_LIBS) $(IMLIB_LIBS) $(XTST_LIBS) $(XVM_LIBS) $(GHTTP_LIBS) $(DL_LIBS) $(XINERAMA_LIBS) -lm
-+LDADD = @INTLLIBS@ $(FNLIB_LIBS) $(TTF_LIBS) $(ESD_LIBS) $(IMLIB_LIBS) $(XTST_LIBS) $(XVM_LIBS) $(GHTTP_LIBS) $(DL_LIBS) $(XINERAMA_LIBS) -lintl -lm
-
-
- INCLUDES = -I$(top_srcdir) $(ESD_CFLAGS) $(IMLIB_CFLAGS) -I$(includedir) -I.. -I../intl -I$(top_srcdir)/intl