diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
commit | 336b31c3940aea29270fc9fd9b51d3ba1633729e (patch) | |
tree | ab986f61fb6fef3625ba83cee9ea5d304243bfe8 /sysutils/gnomecontrolcenter2/files/patch-gnome-settings-daemon_Makefile.in | |
parent | add ocaml-images 2.10 (diff) |
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts.
Notes
Notes:
svn path=/head/; revision=75035
Diffstat (limited to 'sysutils/gnomecontrolcenter2/files/patch-gnome-settings-daemon_Makefile.in')
-rw-r--r-- | sysutils/gnomecontrolcenter2/files/patch-gnome-settings-daemon_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/gnomecontrolcenter2/files/patch-gnome-settings-daemon_Makefile.in b/sysutils/gnomecontrolcenter2/files/patch-gnome-settings-daemon_Makefile.in new file mode 100644 index 000000000000..49e81252a028 --- /dev/null +++ b/sysutils/gnomecontrolcenter2/files/patch-gnome-settings-daemon_Makefile.in @@ -0,0 +1,11 @@ +--- gnome-settings-daemon/Makefile.in.orig Fri Jan 17 12:30:39 2003 ++++ gnome-settings-daemon/Makefile.in Fri Jan 17 12:33:06 2003 +@@ -195,7 +195,7 @@ + $(GNOME_SETTINGS_DAEMON_LIBS) \ + $(top_builddir)/libbackground/libbackground.la \ + $(top_builddir)/libsounds/libsounds.a \ +- -L$(top_builddir)/libwindow-settings/ -lgnome-window-settings \ ++ -L$(top_builddir)/libwindow-settings/.libs -lgnome-window-settings \ + $(XF86MISC_LIBS) + + |