openbsd-ports/x11/gnome/libgnomeui/patches/patch-test-gnome_Makefile_in
marcm 73f550e30e Monster Gnome update primarily for the new GTK+2 WANTLIBS.
Also includes several Gnome 2.6.2 updates.  Version numbers bumped
accordingly.
2005-11-13 06:29:03 +00:00

20 lines
1.3 KiB
Plaintext

--- test-gnome/Makefile.in.orig Mon Jul 4 06:57:27 2005
+++ test-gnome/Makefile.in Sun Sep 11 14:55:18 2005
@@ -322,13 +322,13 @@ test-entry$(EXEEXT): $(test_entry_OBJECT
$(LINK) $(test_entry_LDFLAGS) $(test_entry_OBJECTS) $(test_entry_LDADD) $(LIBS)
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-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)
- $(LINK) $(test_password_dialog_LDFLAGS) $(test_password_dialog_OBJECTS) $(test_password_dialog_LDADD) $(LIBS)
+ $(LINK) $(test_password_dialog_LDFLAGS) $(test_password_dialog_OBJECTS) $(test_password_dialog_LDADD) $(LIBGNOMEUI_LIBS) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT) core *.core