diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-04-10 06:24:45 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-04-10 06:24:45 +0000 |
commit | abc669c54c20601fdc64e083d610e1b64fb9e49f (patch) | |
tree | 76473b43c29a441630ea7ea775bca5272581d083 /x11-wm/enlightenment | |
parent | Fix plist on current. (diff) |
Fix plist.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=57523
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r-- | x11-wm/enlightenment/files/patch-configure (renamed from x11-wm/enlightenment/files/patch-ae) | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/x11-wm/enlightenment/files/patch-ae b/x11-wm/enlightenment/files/patch-configure index 96b47b84e315..27711da59900 100644 --- a/x11-wm/enlightenment/files/patch-ae +++ b/x11-wm/enlightenment/files/patch-configure @@ -1,5 +1,23 @@ ---- configure.orig Fri Sep 29 01:59:45 2000 -+++ configure Sun Oct 1 19:43:36 2000 +--- configure.orig Wed Apr 10 14:17:25 2002 ++++ configure Wed Apr 10 14:18:19 2002 +@@ -4227,7 +4227,7 @@ + cat conftest.$ac_ext >&5 + rm -rf conftest* + CATOBJEXT=.mo +- DATADIRNAME=lib ++ DATADIRNAME=share + fi + rm -f conftest* + INSTOBJEXT=.mo +@@ -4489,7 +4489,7 @@ + USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.cat + INSTOBJEXT=.cat +- DATADIRNAME=lib ++ DATADIRNAME=share + INTLDEPS='$(top_builddir)/intl/libintl.a' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` @@ -5518,14 +5518,14 @@ @@ -25,3 +43,4 @@ - DL_LIBS=-ldl else echo "$ac_t""no" 1>&6 + |