diff options
| author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-21 04:05:24 +0000 |
|---|---|---|
| committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-21 04:05:24 +0000 |
| commit | 37f3126279c26b3d7eead2182786b2720af03872 (patch) | |
| tree | 59c4de1ac7cc13946edd71da8332d2ea4f31221a /editors/abiword-devel/files/patch-GNUmakefile.in | |
| parent | - update to 0.34 (diff) | |
- Update to 2.3.4, see release note for detail:
http://www.abisource.com/release-notes/2.3.4.phtml
- Do not extract the useless stuff like MSVC*, abipbx, expat, fribidi, libpng
and etc. That way will not link any inside dependencies for sure, we want to
use dependency from our ports tree. [1]
Submitted by: mi [1]
Diffstat (limited to 'editors/abiword-devel/files/patch-GNUmakefile.in')
| -rw-r--r-- | editors/abiword-devel/files/patch-GNUmakefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/abiword-devel/files/patch-GNUmakefile.in b/editors/abiword-devel/files/patch-GNUmakefile.in index d3b652ea1edf..6385aea4d9af 100644 --- a/editors/abiword-devel/files/patch-GNUmakefile.in +++ b/editors/abiword-devel/files/patch-GNUmakefile.in @@ -1,6 +1,6 @@ ---- GNUmakefile.in.orig Sun Jun 12 16:03:48 2005 -+++ GNUmakefile.in Sun Jun 12 16:04:57 2005 -@@ -326,15 +326,15 @@ +--- GNUmakefile.in.orig Wed Jul 20 22:21:46 2005 ++++ GNUmakefile.in Wed Jul 20 22:23:12 2005 +@@ -337,15 +337,15 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ SUBDIRS = src @@ -25,7 +25,7 @@ @BIGENDIAN_FALSE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/LittleEndian32.american.hash @BIGENDIAN_TRUE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/BigEndian32.american.hash @WITH_ISPELL_FALSE@INSTALLDICTIONARY = no -@@ -829,7 +829,6 @@ +@@ -844,7 +844,6 @@ # Install the datafiles. This is quick-and-dirty. install-data-local: @@ -33,7 +33,7 @@ if test -d $(top_srcdir)/../abidistfiles ; then \ for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\ -@@ -842,11 +841,7 @@ +@@ -857,11 +856,7 @@ for file in `echo $(top_srcdir)/../abidistfiles/$$dir/* | grep -v MANIFEST`; do \ if test -f $$file ; then \ sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \ |
