17fc08ef21
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
14 lines
449 B
Text
14 lines
449 B
Text
$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
|