summaryrefslogtreecommitdiff
path: root/print/xfce4-print/patches
diff options
context:
space:
mode:
authordrochner <drochner>2005-03-31 18:12:29 +0000
committerdrochner <drochner>2005-03-31 18:12:29 +0000
commit85ece8f6dfa0e1534af2dde2c028120f7bdab93a (patch)
treee94c26b204b5dad0a14e665f8a68330a518e5f61 /print/xfce4-print/patches
parent03cfc3abe12ff62b367fab0f6385a44be1dcae4d (diff)
downloadpkgsrc-85ece8f6dfa0e1534af2dde2c028120f7bdab93a.tar.gz
keep the printing widget / printer manager from crashing immediately,
and make "lpr" printing basically work: - pass "-export-dynamic" to the programs which dynamically load the printing system specific plugin (do this by adding the "gmodule" linker flags) - set the printcap file to /etc/printcap
Diffstat (limited to 'print/xfce4-print/patches')
-rw-r--r--print/xfce4-print/patches/patch-aa14
-rw-r--r--print/xfce4-print/patches/patch-ab14
2 files changed, 28 insertions, 0 deletions
diff --git a/print/xfce4-print/patches/patch-aa b/print/xfce4-print/patches/patch-aa
new file mode 100644
index 00000000000..6cb52afeab3
--- /dev/null
+++ b/print/xfce4-print/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2005/03/31 18:12:29 drochner Exp $
+
+--- xfprint/Makefile.in.orig 2005-03-18 14:06:27.000000000 +0100
++++ xfprint/Makefile.in
+@@ -266,7 +266,8 @@ xfprint4_CFLAGS = \
+ xfprint4_LDADD = \
+ $(top_builddir)/common/libxfprint.la \
+ @LIBXFCE4MCS_CLIENT_LIBS@ \
+- @LIBXFCEGUI4_LIBS@
++ @LIBXFCEGUI4_LIBS@ \
++ @GMODULE_LIBS@
+
+ EXTRA_DIST = xfprint.desktop
+ appsdir = $(datadir)/applications
diff --git a/print/xfce4-print/patches/patch-ab b/print/xfce4-print/patches/patch-ab
new file mode 100644
index 00000000000..e3c69acec5e
--- /dev/null
+++ b/print/xfce4-print/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2005/03/31 18:12:29 drochner Exp $
+
+--- xfprint-manager/Makefile.in.orig 2005-03-18 14:19:47.000000000 +0100
++++ xfprint-manager/Makefile.in
+@@ -261,7 +261,8 @@ xfprint_manager_CFLAGS = \
+ xfprint_manager_LDADD = \
+ $(top_builddir)/common/libxfprint.la \
+ @LIBXFCE4MCS_CLIENT_LIBS@ \
+- @LIBXFCEGUI4_LIBS@
++ @LIBXFCEGUI4_LIBS@ \
++ @GMODULE_LIBS@
+
+ EXTRA_DIST = xfprint-manager.desktop
+ appsdir = $(datadir)/applications