diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-11 07:06:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-11 07:06:14 +0800 |
commit | b7f7662e303c6ced8c1970e9c491fbe7dddd8605 (patch) | |
tree | 49e1db43d46b20eb2d40a4f133d35b64b3276a83 /x11-fm/nautilus/files/patch-libbackground_Makefile.in | |
parent | b478bce95388a2289d76663827de43a351d6820e (diff) | |
download | marcuscom-ports-b7f7662e303c6ced8c1970e9c491fbe7dddd8605.tar marcuscom-ports-b7f7662e303c6ced8c1970e9c491fbe7dddd8605.tar.gz marcuscom-ports-b7f7662e303c6ced8c1970e9c491fbe7dddd8605.tar.bz2 marcuscom-ports-b7f7662e303c6ced8c1970e9c491fbe7dddd8605.tar.lz marcuscom-ports-b7f7662e303c6ced8c1970e9c491fbe7dddd8605.tar.xz marcuscom-ports-b7f7662e303c6ced8c1970e9c491fbe7dddd8605.tar.zst marcuscom-ports-b7f7662e303c6ced8c1970e9c491fbe7dddd8605.zip |
Update to 2.1.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@262 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/files/patch-libbackground_Makefile.in')
-rw-r--r-- | x11-fm/nautilus/files/patch-libbackground_Makefile.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x11-fm/nautilus/files/patch-libbackground_Makefile.in b/x11-fm/nautilus/files/patch-libbackground_Makefile.in index d35ac9cc6..8278adc9c 100644 --- a/x11-fm/nautilus/files/patch-libbackground_Makefile.in +++ b/x11-fm/nautilus/files/patch-libbackground_Makefile.in @@ -1,11 +1,11 @@ ---- libbackground/Makefile.in.orig Mon Nov 11 01:23:17 2002 -+++ libbackground/Makefile.in Mon Nov 11 01:23:58 2002 -@@ -153,7 +153,7 @@ - - INCLUDES = \ - -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -- -DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \ -+ -DGNOME_ICONDIR=\""${prefix}/pixmaps"\" \ - -DG_LOG_DOMAIN=\"capplet-common\" \ - -I$(top_srcdir)/ \ - @CAPPLET_CFLAGS@ +--- libbackground/Makefile.in.orig Tue Dec 10 16:44:41 2002 ++++ libbackground/Makefile.in Tue Dec 10 16:45:24 2002 +@@ -141,7 +141,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 |