mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
$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
|