diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-02-22 20:01:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-02-22 20:01:41 +0000 |
commit | 3b62db42ac4b250ec5fddcf30d51e64a7e6c42f4 (patch) | |
tree | 1fae099b3798d5e299042a3d5ae77391329fc34e /x11-toolkits/py-gnome2/files/patch-configure | |
parent | - Update to 5.4.0 (diff) |
Remove expired USE_GNOME=pygnome2 and its corresponding port.
This option was Python-2.7 only.
Diffstat (limited to 'x11-toolkits/py-gnome2/files/patch-configure')
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/py-gnome2/files/patch-configure b/x11-toolkits/py-gnome2/files/patch-configure deleted file mode 100644 index 0f477bfeff7f..000000000000 --- a/x11-toolkits/py-gnome2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2007-12-26 11:53:20.000000000 +0100 -+++ configure 2007-12-26 11:56:25.000000000 +0100 -@@ -19694,7 +19694,7 @@ - save_CC="$CC" - save_LIBS="$LIBS" - --PYTHON_EMBED_LIBS="-L${PYTHON_LIBDIR} ${PYTHON_LIB_DEPS} -lpython${PYTHON_VERSION}" -+PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ ${PYTHON_LIB_DEPS} -lpython${PYTHON_VERSION} ${PTHREAD_LIBS}" - - CC="$PYTHON_CC" - LIBS="$LIBS $PYTHON_EMBED_LIBS" |