diff options
author | 2004-10-17 23:02:19 +0000 | |
---|---|---|
committer | 2004-10-17 23:02:19 +0000 | |
commit | 855003bbbf3e9762062bfabd7b032d7e2085b2c9 (patch) | |
tree | 70b43652301df01f87dd1c375e85509d8280fadc /gnome-base/control-center/files | |
parent | Stable on sparc wrt security bug #58633. (diff) | |
download | gentoo-2-855003bbbf3e9762062bfabd7b032d7e2085b2c9.tar.gz gentoo-2-855003bbbf3e9762062bfabd7b032d7e2085b2c9.tar.bz2 gentoo-2-855003bbbf3e9762062bfabd7b032d7e2085b2c9.zip |
fixing problems with CFLAGS appended without space (#62855)
Diffstat (limited to 'gnome-base/control-center/files')
-rw-r--r-- | gnome-base/control-center/files/control-center-1.4.0.5-cflags.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-base/control-center/files/control-center-1.4.0.5-cflags.patch b/gnome-base/control-center/files/control-center-1.4.0.5-cflags.patch new file mode 100644 index 000000000000..8d1399f60582 --- /dev/null +++ b/gnome-base/control-center/files/control-center-1.4.0.5-cflags.patch @@ -0,0 +1,22 @@ +--- control-center-1.4.0.5/configure.old 2004-10-17 23:46:58.212734744 +0100 ++++ control-center-1.4.0.5/configure 2004-10-17 23:47:34.358239792 +0100 +@@ -8629,7 +8629,7 @@ + fi + + +-CFLAGS="`gnome-config --cflags gdk_pixbuf`${CFLAGS}" ++CFLAGS="`gnome-config --cflags gdk_pixbuf` ${CFLAGS}" + + have_libesd=no + # Check whether --with-esd-prefix or --without-esd-prefix was given. +--- control-center-1.4.0.5/configure.in~ 2002-04-06 16:33:59.000000000 +0100 ++++ control-center-1.4.0.5/configure.in 2004-10-17 23:46:29.631079816 +0100 +@@ -95,7 +95,7 @@ + fi + AC_SUBST(PIXBUF_CFLAGS) + AC_SUBST(PIXBUF_LIBS) +-CFLAGS="`gnome-config --cflags gdk_pixbuf`${CFLAGS}" ++CFLAGS="`gnome-config --cflags gdk_pixbuf` ${CFLAGS}" + + dnl esd-manager + have_libesd=no |