998c2601fe
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
410 B
Text
14 lines
410 B
Text
$NetBSD: patch-aa,v 1.4 2009/09/16 01:15:34 reed Exp $
|
|
|
|
--- xfprint/Makefile.in.orig 2009-02-25 06:37:08.000000000 +0000
|
|
+++ xfprint/Makefile.in
|
|
@@ -310,7 +310,8 @@ xfprint4_LDFLAGS = \
|
|
xfprint4_LDADD = \
|
|
$(top_builddir)/libxfprint/libxfprint.la \
|
|
@XFCONF_LIBS@ \
|
|
- @LIBXFCEGUI4_LIBS@
|
|
+ @LIBXFCEGUI4_LIBS@ \
|
|
+ @GMODULE_LIBS@
|
|
|
|
xfprint4_DEPENDENCIES = \
|
|
$(top_builddir)/libxfprint/libxfprint.la
|