diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-16 12:30:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-16 12:30:54 +0000 |
commit | cb4d2363ba3375e38638c0f75e71c05b86d4746b (patch) | |
tree | 9e3be174f5945ca58f6b789de3f99a3bc13a9d25 /main/lighttpd/lighttpd-version-from-git.patch | |
parent | a8887daa9e47b3670ea70186851c9ab72de0e9ce (diff) | |
download | aports-cb4d2363ba3375e38638c0f75e71c05b86d4746b.tar.bz2 aports-cb4d2363ba3375e38638c0f75e71c05b86d4746b.tar.xz |
main/lighttp: upgrade to 1.4.27
Diffstat (limited to 'main/lighttpd/lighttpd-version-from-git.patch')
-rw-r--r-- | main/lighttpd/lighttpd-version-from-git.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/lighttpd/lighttpd-version-from-git.patch b/main/lighttpd/lighttpd-version-from-git.patch deleted file mode 100644 index ae6407c49f..0000000000 --- a/main/lighttpd/lighttpd-version-from-git.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: src/Makefile.am -=================================================================== ---- src/Makefile.am (revision 2717) -+++ src/Makefile.am (working copy) -@@ -19,7 +19,7 @@ - REVISION=""; \ - fi; \ - fi; \ -- if test -z "$$REVISION" -a -x "`which git`"; then \ -+ if test -z "$$REVISION" -a -d "$(top_srcdir)/.git" -a -x "`which git`"; then \ - REVISION="$$(cd "$(top_srcdir)"; LANG= LC_ALL=C git describe --always 2>/dev/null || echo)"; \ - fi; \ - if test -n "$$REVISION"; then \ |