diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-21 14:25:56 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-21 14:25:56 +0000 |
commit | 04bac662e5b7caf628d879d53ed19f2d2c625351 (patch) | |
tree | e663a924c8440b0ddb7b49222cff2b1246e9bc29 /devel/geany | |
parent | 91adc6db1d23c4785d8b900ca750fb4ad70e7c31 (diff) | |
download | pkgsrc-04bac662e5b7caf628d879d53ed19f2d2c625351.tar.gz |
Remove obsolete patch.
Noticed by wiz@, thank you.
Diffstat (limited to 'devel/geany')
-rw-r--r-- | devel/geany/patches/patch-configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/geany/patches/patch-configure b/devel/geany/patches/patch-configure deleted file mode 100644 index d25baefeae8..00000000000 --- a/devel/geany/patches/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2011/05/12 13:12:18 obache Exp $ - -* portability fix. - ---- configure.orig 2011-05-12 12:28:08.000000000 +0000 -+++ configure -@@ -21196,7 +21196,7 @@ if test -d ".git" -a "x${GIT}" != "x" -a - then - # check for git-svn repo first - find-rev (v1.5.4.1) doesn't always fail with git-only repo - git svn info &>/dev/null -- if test "x$?" == "x0"; then -+ if test "x$?" = "x0"; then - REVISION=r`git svn find-rev origin/trunk 2>/dev/null || - git svn find-rev trunk 2>/dev/null || git svn find-rev HEAD 2>/dev/null || - git svn find-rev master 2>/dev/null || echo 0` |