[SM-Commit] GIT changes to master grimoire by Bor Kraljič (e4bec926cceb3c22119540e42ad0ee6ec3af313c)

Bor Kraljič scm at sourcemage.org
Sat Feb 4 04:04:51 EST 2012


GIT changes to master grimoire by Bor Kraljič <pyrobor at ver.si>:

 graphics/gimp/HISTORY   |    3 +++
 graphics/gimp/PRE_BUILD |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e4bec926cceb3c22119540e42ad0ee6ec3af313c
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    gimp: apply curl.patch only for stable branch

diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index d7d992e..470eb17 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2012-02-04 Bor Kraljič <pyrobor at ver.si>
+	* PRE_BUILD: apply curl.patch only for stable branch
+
 2012-02-02 Julien "_kaze_" ROZO <julien at rozo.org>
 	* PRE_BUILD, curl.patch: added, fix compilation issue with latest curl
 
diff --git a/graphics/gimp/PRE_BUILD b/graphics/gimp/PRE_BUILD
index 8d81fe8..e96b8da 100755
--- a/graphics/gimp/PRE_BUILD
+++ b/graphics/gimp/PRE_BUILD
@@ -1,5 +1,5 @@
 default_pre_build                               &&
 cd $SOURCE_DIRECTORY                            &&
-if is_depends_enabled $SPELL curl; then
+if is_depends_enabled $SPELL curl && [[ $GIMP_DEVEL != y ]]; then
    patch -p1 < $SPELL_DIRECTORY/curl.patch
 fi


More information about the SM-Commit mailing list