diff options
author | nectar <nectar@FreeBSD.org> | 1999-09-19 15:53:19 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-09-19 15:53:19 +0000 |
commit | d8b6bd66d977e9a65c3453d88b94c06b43686b55 (patch) | |
tree | 17017c10385b83b2d399fb6c0b49787ca0f9cc34 /x11-toolkits/py-gnome/files | |
parent | d4ec038efb7722d611de65116639292a70456dda (diff) | |
download | FreeBSD-ports-d8b6bd66d977e9a65c3453d88b94c06b43686b55.zip FreeBSD-ports-d8b6bd66d977e9a65c3453d88b94c06b43686b55.tar.gz |
Step two of splitting py-gnome into py-gtk and py-gnome so that folks
may use the Python GTK bindings without all the GNOME cruft.
This also updates py-gnome from 1.0.3 -> 1.0.4.
Diffstat (limited to 'x11-toolkits/py-gnome/files')
-rw-r--r-- | x11-toolkits/py-gnome/files/patch-ab | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11-toolkits/py-gnome/files/patch-ab b/x11-toolkits/py-gnome/files/patch-ab index 1d12346..103fec3 100644 --- a/x11-toolkits/py-gnome/files/patch-ab +++ b/x11-toolkits/py-gnome/files/patch-ab @@ -1,11 +1,11 @@ ---- pygtk/configure.orig Mon Mar 15 11:25:18 1999 -+++ pygtk/configure Mon Mar 15 11:25:27 1999 -@@ -901,7 +901,7 @@ - OPT="$am_cv_python_OPT" - SO="$am_cv_python_SO" - PYTHON_CFLAGS="$am_cv_python_CCSHARED \$(OPT)" -- PYTHON_LINK="$am_cv_python_LDSHARED -o \$@" -+ PYTHON_LINK="$am_cv_python_CC -shared -o \$@" +--- Makefile.in.orig Mon Sep 13 23:01:39 1999 ++++ Makefile.in Mon Sep 13 23:01:45 1999 +@@ -94,7 +94,7 @@ + pyexecdir = @pyexecdir@ + pythondir = @pythondir@ - +-SUBDIRS = macros pygtk pygnome ++SUBDIRS = macros pygnome + EXTRA_DIST = gnome-python.spec + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |