summaryrefslogtreecommitdiff
path: root/editors/abiword-devel/files/patch-GNUmakefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword-devel/files/patch-GNUmakefile.am')
-rw-r--r--editors/abiword-devel/files/patch-GNUmakefile.am24
1 files changed, 20 insertions, 4 deletions
diff --git a/editors/abiword-devel/files/patch-GNUmakefile.am b/editors/abiword-devel/files/patch-GNUmakefile.am
index 3e4cc389dd55..5aa14570ff3d 100644
--- a/editors/abiword-devel/files/patch-GNUmakefile.am
+++ b/editors/abiword-devel/files/patch-GNUmakefile.am
@@ -1,6 +1,22 @@
---- GNUmakefile.am.orig Mon Aug 18 09:45:27 2003
-+++ GNUmakefile.am Mon Aug 25 04:25:53 2003
-@@ -76,7 +76,6 @@
+--- GNUmakefile.am.orig Fri Sep 12 09:18:10 2003
++++ GNUmakefile.am Thu May 20 01:35:58 2004
+@@ -7,11 +7,11 @@
+ libpng_peerdir=@LIBPNG_PEERDIR@
+ libpopt_peerdir=$(top_builddir)/../popt
+
+-desktop_DATA = abiword.desktop
+-desktopdir = $(datadir)/applications
++#desktop_DATA = abiword.desktop
++#desktopdir = $(datadir)/applications
+
+-icon_DATA = abiword_48.png
+-icondir= $(datadir)/icons
++#icon_DATA = abiword_48.png
++#icondir= $(datadir)/icons
+
+ # Hack: make sure that the PEERS stuff is build first
+ # We can not use the all target, because on parallel builds there is no
+@@ -82,7 +82,6 @@
# Install the datafiles. This is quick-and-dirty.
install-data-local:
@@ -8,7 +24,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 ;\
-@@ -89,11 +88,7 @@
+@@ -95,11 +94,7 @@
for file in $(top_srcdir)/../abidistfiles/$$dir/* ; do \
if test -f $$file ; then \
sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \