summaryrefslogtreecommitdiff
path: root/databases/hk_classes/files/patch-configure
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 12:53:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 12:53:55 +0000
commit7161a29dcfd214749b78e5f32763614736e2fef7 (patch)
tree5778879abfd4c5214bbcefa100a0c68ba3184f8a /databases/hk_classes/files/patch-configure
parent- Fix plist (diff)
Remove non staged ports without pending PR from databases
Notes
Notes: svn path=/head/; revision=366869
Diffstat (limited to 'databases/hk_classes/files/patch-configure')
-rw-r--r--databases/hk_classes/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/hk_classes/files/patch-configure b/databases/hk_classes/files/patch-configure
deleted file mode 100644
index 0bf44059a194..000000000000
--- a/databases/hk_classes/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2006-12-17 15:27:45.000000000 +0100
-+++ configure 2012-02-19 20:23:04.014494956 +0100
-@@ -20681,7 +20681,7 @@
- py_version=`$PYTHON -c "from distutils.sysconfig import *; \
- from string import join; \
- print join(get_config_vars('VERSION'))"`
-- if test "$py_version" == "None"; then
-+ if test "$py_version" = "None"; then
- if test -n "$PYTHON_VERSION"; then
- py_version=$PYTHON_VERSION
- else