diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-29 03:30:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-29 03:30:03 +0800 |
commit | 83a83ae34182470fef39bc5105b577c31eb87c59 (patch) | |
tree | 6c7a17a5a24ae57bbf19327c95011e8a2a5c70b6 /x11-toolkits/py-gnome-extras/files | |
parent | 95c70a24b740eaeefd71f5eee72222509bacc8bd (diff) | |
download | marcuscom-ports-83a83ae34182470fef39bc5105b577c31eb87c59.tar marcuscom-ports-83a83ae34182470fef39bc5105b577c31eb87c59.tar.gz marcuscom-ports-83a83ae34182470fef39bc5105b577c31eb87c59.tar.bz2 marcuscom-ports-83a83ae34182470fef39bc5105b577c31eb87c59.tar.lz marcuscom-ports-83a83ae34182470fef39bc5105b577c31eb87c59.tar.xz marcuscom-ports-83a83ae34182470fef39bc5105b577c31eb87c59.tar.zst marcuscom-ports-83a83ae34182470fef39bc5105b577c31eb87c59.zip |
Update to 2.9.3, and add a lot of new module support. Also, make Mozilla
mandatory, and add support for mozilla-devel.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3541 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome-extras/files')
-rw-r--r-- | x11-toolkits/py-gnome-extras/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-extras/files/patch-gtop_gtop.c | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome-extras/files/patch-Makefile.in b/x11-toolkits/py-gnome-extras/files/patch-Makefile.in new file mode 100644 index 000000000..89faafbdc --- /dev/null +++ b/x11-toolkits/py-gnome-extras/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Jan 28 14:22:51 2005 ++++ Makefile.in Fri Jan 28 14:23:04 2005 +@@ -43,7 +43,7 @@ + @BUILD_WNCK_TRUE@am__append_5 = wnck + @BUILD_GTKMOZEMBED_TRUE@am__append_6 = gtkmozembed + @BUILD_GTKSPELL_TRUE@am__append_7 = gtkspell +-@BUILD_GDL_TRUE@am__append_8 = gdl ++@BUILD_GDL_TRUE@am__append_8 = + @BUILD_TOTEM_PLPARSER_TRUE@am__append_9 = totem + @BUILD_GTOP_TRUE@am__append_10 = gtop + @BUILD_NAUTILUSBURN_TRUE@am__append_11 = nautilusburn diff --git a/x11-toolkits/py-gnome-extras/files/patch-gtop_gtop.c b/x11-toolkits/py-gnome-extras/files/patch-gtop_gtop.c new file mode 100644 index 000000000..98e0b4ff8 --- /dev/null +++ b/x11-toolkits/py-gnome-extras/files/patch-gtop_gtop.c @@ -0,0 +1,10 @@ +--- gtop/gtop.c.orig Fri Jan 28 14:09:00 2005 ++++ gtop/gtop.c Fri Jan 28 14:09:18 2005 +@@ -43,6 +43,7 @@ + + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + + |