aboutsummaryrefslogtreecommitdiff
path: root/print/libgnomeprint/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-11 08:15:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-11 08:15:32 +0000
commit3bfd9150b885caf5b5edc77f33ba08a5fe22792b (patch)
treea6b38ea7597bb8b588d2567d3bdb2b6ae0539e41 /print/libgnomeprint/files
parent2bd9adbb81eadd287383489e8a8d1d74fd7fcf33 (diff)
Notes
Diffstat (limited to 'print/libgnomeprint/files')
-rw-r--r--print/libgnomeprint/files/patch-ab10
-rw-r--r--print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c15
-rw-r--r--print/libgnomeprint/files/patch-libgnomeprint::transports::Makefile.in20
3 files changed, 18 insertions, 27 deletions
diff --git a/print/libgnomeprint/files/patch-ab b/print/libgnomeprint/files/patch-ab
index c20623cb30c4..0abd2128a5d0 100644
--- a/print/libgnomeprint/files/patch-ab
+++ b/print/libgnomeprint/files/patch-ab
@@ -1,14 +1,14 @@
$FreeBSD$
---- Makefile.in.orig Mon Feb 11 12:42:17 2002
-+++ Makefile.in Tue Mar 19 18:17:21 2002
-@@ -116,7 +116,7 @@
+--- Makefile.in.orig Mon Jun 10 22:13:33 2002
++++ Makefile.in Mon Jun 10 22:14:58 2002
+@@ -105,7 +105,7 @@
WARN_CFLAGS = @WARN_CFLAGS@
cxxflags_set = @cxxflags_set@
--SUBDIRS = libgnomeprint fonts installer tests data po
-+SUBDIRS = libgnomeprint fonts installer data po
+-SUBDIRS = libgnomeprint fonts installer tests data po doc
++SUBDIRS = libgnomeprint fonts installer data po doc
EXTRA_DIST = message-of-doom ChangeLog ChangeLog.old ChangeLog.old.2
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c
deleted file mode 100644
index fc5f161554aa..000000000000
--- a/print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- libgnomeprint/gnome-print-meta.c 2002/03/19 16:19:47 1.1
-+++ libgnomeprint/gnome-print-meta.c 2002/03/19 16:20:00
-@@ -28,8 +28,8 @@
-
- #include <math.h>
- #include <string.h>
--#include <sys/mman.h>
- #include <sys/types.h>
-+#include <sys/mman.h>
- #include <sys/stat.h>
- #include <unistd.h>
- #include <fcntl.h>
diff --git a/print/libgnomeprint/files/patch-libgnomeprint::transports::Makefile.in b/print/libgnomeprint/files/patch-libgnomeprint::transports::Makefile.in
index 9ced5d89bd2a..fd2c0da7ea23 100644
--- a/print/libgnomeprint/files/patch-libgnomeprint::transports::Makefile.in
+++ b/print/libgnomeprint/files/patch-libgnomeprint::transports::Makefile.in
@@ -1,9 +1,6 @@
-
-$FreeBSD$
-
---- libgnomeprint/transports/Makefile.in 2002/03/19 16:46:00 1.1
-+++ libgnomeprint/transports/Makefile.in 2002/03/19 16:48:02
-@@ -131,7 +131,7 @@
+--- libgnomeprint/transports/Makefile.in.orig Mon Jun 10 22:16:36 2002
++++ libgnomeprint/transports/Makefile.in Mon Jun 10 22:22:35 2002
+@@ -121,7 +121,7 @@
libgnomeprint_file_la_SOURCES = $(FILE_SRC)
@@ -12,7 +9,7 @@ $FreeBSD$
libgnomeprint_file_la_LIBADD =
-@@ -142,7 +142,7 @@
+@@ -132,7 +132,7 @@
libgnomeprint_lpr_la_SOURCES = $(LPR_SRC)
@@ -20,4 +17,13 @@ $FreeBSD$
+libgnomeprint_lpr_la_LDFLAGS = -avoid-version -module
libgnomeprint_lpr_la_LIBADD =
+
+@@ -143,7 +143,7 @@
+
+ libgnomeprint_custom_la_SOURCES = $(CUSTOM_SRC)
+
+-libgnomeprint_custom_la_LDFLAGS = -version-info 0:0:0 -module
++libgnomeprint_custom_la_LDFLAGS = -avoid-version -module
+
+ libgnomeprint_custom_la_LIBADD =
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs