summaryrefslogtreecommitdiff
path: root/editors/abiword1/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword1/patches/patch-al')
-rw-r--r--editors/abiword1/patches/patch-al23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/abiword1/patches/patch-al b/editors/abiword1/patches/patch-al
new file mode 100644
index 00000000000..fa8e03f0bfd
--- /dev/null
+++ b/editors/abiword1/patches/patch-al
@@ -0,0 +1,23 @@
+$NetBSD: patch-al,v 1.1.1.1 2003/12/26 18:20:28 wiz Exp $
+
+--- GNUmakefile.in.orig 2003-03-20 05:13:05.000000000 +0200
++++ GNUmakefile.in 2003-04-17 08:43:03.000000000 +0300
+@@ -137,8 +137,7 @@
+ libiconv_peerdir = @LIBICONV_PEERDIR@
+ libpng_peerdir = @LIBPNG_PEERDIR@
+
+-@BIGENDIAN_TRUE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/BigEndian32.american.hash
+-@BIGENDIAN_FALSE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/LittleEndian32.american.hash
++dictionary = ${prefix}/lib/american.hash
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/ac-helpers/mkinstalldirs
+@@ -497,7 +496,7 @@
+ for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\
+ if test "$$dir" = "./dictionary"; then \
+- $(INSTALL_DATA) $(dictionary) $(DESTDIR)$(pkgdatadir)/$$dir/american.hash; \
++ $(LN_S) $(dictionary) $(DESTDIR)$(pkgdatadir)/$$dir/american.hash; \
+ else \
+ for file in $(top_srcdir)/../abidistfiles/$$dir/* ; do \
+ if test -f $$file ; then \