diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-04 21:18:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-04 21:18:31 +0000 |
commit | 174695091f6e24a7d7a4cd55ff6d04a135651bf7 (patch) | |
tree | b75cd4fb0cb981ce5f2f73e69800dc223b403bc3 /x11-fm/nautilus2/files/patch-libbackground_Makefile.in | |
parent | Changes in this release: (diff) |
Update to 2.6.2.
Notes
Notes:
svn path=/head/; revision=110847
Diffstat (limited to 'x11-fm/nautilus2/files/patch-libbackground_Makefile.in')
-rw-r--r-- | x11-fm/nautilus2/files/patch-libbackground_Makefile.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x11-fm/nautilus2/files/patch-libbackground_Makefile.in b/x11-fm/nautilus2/files/patch-libbackground_Makefile.in index e60d29e99b67..d82ca373940e 100644 --- a/x11-fm/nautilus2/files/patch-libbackground_Makefile.in +++ b/x11-fm/nautilus2/files/patch-libbackground_Makefile.in @@ -1,11 +1,11 @@ ---- libbackground/Makefile.in.orig Fri Jan 30 16:42:13 2004 -+++ libbackground/Makefile.in Fri Jan 30 16:43:02 2004 -@@ -168,7 +168,7 @@ - - EXTRA_DIST = ChangeLog - --INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" -DG_LOG_DOMAIN=\"capplet-common\" -I$(top_srcdir)/ @CAPPLET_CFLAGS@ -+INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DGNOME_ICONDIR=\""${datadir}/pixmaps"\" -DG_LOG_DOMAIN=\"capplet-common\" -I$(top_srcdir)/ @CAPPLET_CFLAGS@ - - - noinst_LTLIBRARIES = libbackground.la +--- libbackground/Makefile.in.orig Fri Jun 4 17:02:10 2004 ++++ libbackground/Makefile.in Fri Jun 4 17:02:52 2004 +@@ -173,7 +173,7 @@ + + INCLUDES = \ + -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ +- -DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \ ++ -DGNOME_ICONDIR=\""${datadir}/pixmaps"\" \ + -DG_LOG_DOMAIN=\"capplet-common\" \ + -I$(top_srcdir)/ \ + @CAPPLET_CFLAGS@ |