openbsd-ports/x11/gnome/libgnomeui/patches/patch-test-gnome_Makefile_in
marcm 95401581ca Monster update to Gnome 2.6. See, I am not slacking, really!
Change info on a Gnome mirror near you.
2004-06-23 03:26:11 +00:00

28 lines
1.5 KiB
Plaintext

$OpenBSD: patch-test-gnome_Makefile_in,v 1.4 2004/06/23 03:26:16 marcm Exp $
--- test-gnome/Makefile.in.orig 2004-05-02 01:43:15.000000000 -0600
+++ test-gnome/Makefile.in 2004-06-20 12:21:41.000000000 -0600
@@ -310,19 +310,19 @@ maintainer-clean-libtool:
test-gnome$(EXEEXT): $(test_gnome_OBJECTS) $(test_gnome_DEPENDENCIES)
@rm -f test-gnome$(EXEEXT)
- $(LINK) $(test_gnome_LDFLAGS) $(test_gnome_OBJECTS) $(test_gnome_LDADD) $(LIBS)
+ $(LINK) $(test_gnome_LDFLAGS) $(test_gnome_OBJECTS) $(test_gnome_LDADD) $(LIBGNOMEUI_LIBS) $(LIBS)
test-druid$(EXEEXT): $(test_druid_OBJECTS) $(test_druid_DEPENDENCIES)
@rm -f test-druid$(EXEEXT)
- $(LINK) $(test_druid_LDFLAGS) $(test_druid_OBJECTS) $(test_druid_LDADD) $(LIBS)
+ $(LINK) $(test_druid_LDFLAGS) $(test_druid_OBJECTS) $(test_druid_LDADD) $(LIBGNOMEUI_LIBS) $(LIBS)
test-entry$(EXEEXT): $(test_entry_OBJECTS) $(test_entry_DEPENDENCIES)
@rm -f test-entry$(EXEEXT)
- $(LINK) $(test_entry_LDFLAGS) $(test_entry_OBJECTS) $(test_entry_LDADD) $(LIBS)
+ $(LINK) $(test_entry_LDFLAGS) $(test_entry_OBJECTS) $(test_entry_LDADD) $(LIBGNOMEUI_LIBS) $(LIBS)
test-iconlist$(EXEEXT): $(test_iconlist_OBJECTS) $(test_iconlist_DEPENDENCIES)
@rm -f test-iconlist$(EXEEXT)
- $(LINK) $(test_iconlist_LDFLAGS) $(test_iconlist_OBJECTS) $(test_iconlist_LDADD) $(LIBS)
+ $(LINK) $(test_iconlist_LDFLAGS) $(test_iconlist_OBJECTS) $(test_iconlist_LDADD) $(LIBGNOMEUI_LIBS) $(LIBS)
test-password-dialog$(EXEEXT): $(test_password_dialog_OBJECTS) $(test_password_dialog_DEPENDENCIES)
@rm -f test-password-dialog$(EXEEXT)