This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
14 lines
462 B
Text
14 lines
462 B
Text
$NetBSD: patch-ab,v 1.4 2009/09/16 01:15:34 reed Exp $
|
|
|
|
--- xfprint-manager/Makefile.in.orig 2009-02-25 06:37:04.000000000 +0000
|
|
+++ xfprint-manager/Makefile.in
|
|
@@ -290,7 +290,8 @@ xfprint4_manager_LDFLAGS = \
|
|
xfprint4_manager_LDADD = \
|
|
$(top_builddir)/libxfprint/libxfprint.la \
|
|
@XFCONF_LIBS@ \
|
|
- @LIBXFCEGUI4_LIBS@
|
|
+ @LIBXFCEGUI4_LIBS@ \
|
|
+ @GMODULE_LIBS@
|
|
|
|
appsdir = $(datadir)/applications
|
|
apps_in_files = xfprint-manager.desktop.in
|