summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome/files
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-09-19 15:53:19 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-09-19 15:53:19 +0000
commit425b775f5d6a75703d3338dab32fd65b51a7d1c9 (patch)
treebea23df81012d9a41fa286e94efb9d35e5331c62 /x11-toolkits/py-gnome/files
parentActivate py-gtk. (diff)
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.
Notes
Notes: svn path=/head/; revision=21759
Diffstat (limited to 'x11-toolkits/py-gnome/files')
-rw-r--r--x11-toolkits/py-gnome/files/patch-ab18
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 1d12346a4679..103fec3cf319 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