diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 16:57:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 16:57:19 +0000 |
commit | 273855ca01349031918fab26918c9af911385c5d (patch) | |
tree | 3bdd249396cf83eec3ac1feed96bc711269b12e4 /print/libgnomeprint/files/patch-ab | |
parent | Resurrect patch-startx which changes the default to turn off TCP listening, (diff) |
Update libgnomeprint to 1.111.0 after a repo-copy from gnomeprint and connect
it to the build.
PR: 36031
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'print/libgnomeprint/files/patch-ab')
-rw-r--r-- | print/libgnomeprint/files/patch-ab | 36 |
1 files changed, 9 insertions, 27 deletions
diff --git a/print/libgnomeprint/files/patch-ab b/print/libgnomeprint/files/patch-ab index f4479734a47b..c20623cb30c4 100644 --- a/print/libgnomeprint/files/patch-ab +++ b/print/libgnomeprint/files/patch-ab @@ -1,32 +1,14 @@ $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 = +--- Makefile.in.orig Mon Feb 11 12:42:17 2002 ++++ Makefile.in Tue Mar 19 18:17:21 2002 +@@ -116,7 +116,7 @@ + WARN_CFLAGS = @WARN_CFLAGS@ + cxxflags_set = @cxxflags_set@ --SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts tests $(INSTALLER_DIR) -+SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts $(INSTALLER_DIR) +-SUBDIRS = libgnomeprint fonts installer tests data po ++SUBDIRS = libgnomeprint fonts installer data po - 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 - - 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) + EXTRA_DIST = message-of-doom ChangeLog ChangeLog.old ChangeLog.old.2 + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |