diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-10-16 07:52:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-10-16 07:52:01 +0000 |
commit | 80ca3c80af73be0ed249ffec8dfc883eeee96c54 (patch) | |
tree | 0d59d2c8e2da19e7934fb1e6c0300a055eddbd0e /x11-toolkits/py-gtk2/files/patch-configure | |
parent | comms/chirp: remove expired (diff) |
Remove py-gtk2 it is not used anymore and replace by py-gobject upstream
Notes
Notes:
svn path=/head/; revision=552492
Diffstat (limited to 'x11-toolkits/py-gtk2/files/patch-configure')
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/py-gtk2/files/patch-configure b/x11-toolkits/py-gtk2/files/patch-configure deleted file mode 100644 index 1c766c127109..000000000000 --- a/x11-toolkits/py-gtk2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-09-26 10:02:15.000000000 +0000 -+++ configure 2010-09-26 10:02:33.000000000 +0000 -@@ -12288,7 +12288,7 @@ - $as_echo_n "(cached) " >&6 - else - -- for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do -+ for am_cv_pathless_PYTHON in python python2 python3 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do - test "$am_cv_pathless_PYTHON" = none && break - prog="import sys - # split strings by '.' and convert to numeric. Append some zeros |