summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-10-06 15:47:59 -0700
committerEric Sandall2010-10-06 15:47:59 -0700
commit9759c5aa56d576fd3c6804e84e4126a751e7b69b (patch)
treeb9595ef55ccd472e7f5386aeff1a476a4328ef58
parent513820372c556b4d9834ff589b0dd63d60347075 (diff)
gtk-doc: Quote paths and provide patch message
-rw-r--r--gnome2-libs/gtk-doc/HISTORY1
-rwxr-xr-xgnome2-libs/gtk-doc/PRE_BUILD6
2 files changed, 5 insertions, 2 deletions
diff --git a/gnome2-libs/gtk-doc/HISTORY b/gnome2-libs/gtk-doc/HISTORY
index 1c9e1b0a32..5d0fbcce38 100644
--- a/gnome2-libs/gtk-doc/HISTORY
+++ b/gnome2-libs/gtk-doc/HISTORY
@@ -1,6 +1,7 @@
2010-10-06 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: Apply bug612028.patch
+ Quote paths and provide patch message
* bug612028.patch: Fix https://bugzilla.gnome.org/show_bug.cgi?id=612028
Fixes eggdbus compilation, even when using '--disable-gtk-doc'
diff --git a/gnome2-libs/gtk-doc/PRE_BUILD b/gnome2-libs/gtk-doc/PRE_BUILD
index 0ae4d00304..cbed84eab2 100755
--- a/gnome2-libs/gtk-doc/PRE_BUILD
+++ b/gnome2-libs/gtk-doc/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
-patch $SOURCE_DIRECTORY/gtkdoc-fixxref.in \
- $SPELL_DIRECTORY/bug612028.patch
+
+message "${MESSAGE_COLOR}Applying make 3.82 syntax patch...${DEFAULT_COLOR}" &&
+patch "$SOURCE_DIRECTORY"/gtkdoc-fixxref.in \
+ "$SPELL_DIRECTORY"/bug612028.patch