summaryrefslogtreecommitdiff
path: root/print/gnome-print/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'print/gnome-print/files/patch-ab')
-rw-r--r--print/gnome-print/files/patch-ab31
1 files changed, 26 insertions, 5 deletions
diff --git a/print/gnome-print/files/patch-ab b/print/gnome-print/files/patch-ab
index 687571490f12..f4479734a47b 100644
--- a/print/gnome-print/files/patch-ab
+++ b/print/gnome-print/files/patch-ab
@@ -1,11 +1,32 @@
---- Makefile.in.orig Fri Jul 9 00:54:02 1999
-+++ Makefile.in Mon Jul 12 13:21:25 1999
-@@ -163,7 +163,7 @@
- EXTRA_DIST = printConf.sh.in gnome-print.spec
+
+$FreeBSD$
+
+--- Makefile.in.orig Fri Oct 5 11:37:00 2001
++++ Makefile.in Fri Oct 5 11:40:45 2001
+@@ -157,7 +157,7 @@
+ @LIBGPA_TRUE@LIBGPA_DIR = libgpa data
+ @LIBGPA_FALSE@LIBGPA_DIR =
+
+-SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts tests $(INSTALLER_DIR)
++SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts $(INSTALLER_DIR)
+
+ INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) @PRINT_INCLUDEDIR@ -DPROFILEDIR=\""$(profilesdir)"\"
+
+@@ -171,7 +171,7 @@
+ EXTRA_DIST = printConf.sh.in gnome-print.spec.in gnome-print.spec run-gnome-font-install
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = printConf.sh
- gnome_font_install_SOURCES = gnome-font-install.c
+ CLEANFILES = printConf.sh
+@@ -192,7 +192,7 @@
+ TAR = gtar
+ GZIP_ENV = --best
+ DIST_SUBDIRS = intl po libgpa data libgnomeprint afms profiles fonts \
+-tests installer
++installer
+ all: all-redirect
+ .SUFFIXES:
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)