openbsd-ports/net/gaim/patches/patch-console_plugins_Makefile_in
2006-11-11 07:49:45 +00:00

13 lines
664 B
Plaintext

$OpenBSD: patch-console_plugins_Makefile_in,v 1.2 2006/11/11 07:49:45 brad Exp $
--- console/plugins/Makefile.in.orig Fri Nov 10 02:24:46 2006
+++ console/plugins/Makefile.in Fri Nov 10 22:02:48 2006
@@ -423,7 +423,7 @@ gntlastlog_la_LDFLAGS = -module -avoid-v
@PLUGINS_TRUE@gntlastlog_la_SOURCES = lastlog.c
@PLUGINS_TRUE@gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/console/libgnt/libgnt.la
@PLUGINS_TRUE@gnthistory_la_LIBADD = $(GLIB_LIBS)
-@PLUGINS_TRUE@gntlastlog_la_LIBADD = $(GLIB_LIBS)
+@PLUGINS_TRUE@gntlastlog_la_LIBADD = $(GLIB_LIBS) $(top_builddir)/console/libgnt/libgnt.la
EXTRA_DIST =
AM_CPPFLAGS = \
-DDATADIR=\"$(datadir)\" \