diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-18 05:31:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-18 05:31:34 +0000 |
commit | aa5bfa843f875fafa9631a885f94518763164429 (patch) | |
tree | 9e25e4ac32c3ada66bb5b7de3b98853778e4474a /wm/enlightenment/patches/patch-ad | |
parent | 15a0eca63756ffb3289138361b4ad867cdb66ddb (diff) | |
download | pkgsrc-aa5bfa843f875fafa9631a885f94518763164429.tar.gz |
Update to 0.16.6. This closes PR pkg/23255.
Many bugfixes were solved, please review Changelog to see a complete
list of changes.
Diffstat (limited to 'wm/enlightenment/patches/patch-ad')
-rw-r--r-- | wm/enlightenment/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/wm/enlightenment/patches/patch-ad b/wm/enlightenment/patches/patch-ad deleted file mode 100644 index b3fe5b4bd72..00000000000 --- a/wm/enlightenment/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2000/12/12 02:03:47 wiz Exp $ - ---- 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 |