summaryrefslogtreecommitdiff
path: root/security/seahorse/patches/patch-af
blob: 54769dafd7c838ad1d720c2bf1bbdef0cbe5032a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-af,v 1.1 2006/03/14 15:00:57 drochner Exp $

--- plugins/gedit/Makefile.in.orig	2006-03-11 19:14:15.000000000 +0100
+++ plugins/gedit/Makefile.in
@@ -58,7 +58,7 @@ pluginLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(plugin_LTLIBRARIES)
 am__DEPENDENCIES_1 =
 libseahorse_pgp_la_DEPENDENCIES =  \
-	$(top_builddir)/libseahorse/libseahorse-internal.la \
+	$(LOCALBASE)/lib/libseahorse-internal.la \
 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 am__libseahorse_pgp_la_SOURCES_DIST = seahorse-gedit.c \
 	seahorse-gedit.h seahorse-gedit-plugin.c \
@@ -286,7 +286,7 @@ plugin_LTLIBRARIES = libseahorse-pgp.la
 libseahorse_pgp_la_SOURCES = seahorse-gedit.c seahorse-gedit.h $(PLUGIN_SRCS)
 libseahorse_pgp_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
 libseahorse_pgp_la_LIBADD = \
-	$(top_builddir)/libseahorse/libseahorse-internal.la \
+	$(LOCALBASE)/lib/libseahorse-internal.la \
 	$(SEAHORSE_LIBS) \
 	$(GEDIT_LIBS)