diff options
Diffstat (limited to 'devel/veepee/files')
-rw-r--r-- | devel/veepee/files/patch-aa | 10 | ||||
-rw-r--r-- | devel/veepee/files/patch-ab | 11 | ||||
-rw-r--r-- | devel/veepee/files/patch-ac | 11 | ||||
-rw-r--r-- | devel/veepee/files/patch-ad | 11 |
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/veepee/files/patch-aa b/devel/veepee/files/patch-aa new file mode 100644 index 000000000000..af445caffcd7 --- /dev/null +++ b/devel/veepee/files/patch-aa @@ -0,0 +1,10 @@ +--- pymod/gdchart/gdchartint.h 2000/08/02 11:03:55 1.1 ++++ pymod/gdchart/gdchartint.h 2000/08/02 11:04:14 +@@ -8,6 +8,7 @@ + #define _GDCHARTINT_H + + ++#include <float.h> + #include <gd.h> + + #include "gdchart.h" diff --git a/devel/veepee/files/patch-ab b/devel/veepee/files/patch-ab new file mode 100644 index 000000000000..2eb2173de9c4 --- /dev/null +++ b/devel/veepee/files/patch-ab @@ -0,0 +1,11 @@ +--- configure 2000/08/02 11:30:25 1.1 ++++ configure 2000/08/02 11:31:11 +@@ -2833,7 +2833,7 @@ + VP_CPPFLAGS="-I$vp_python_incdir -I$vp_gd_incdir" + VP_GDLDFLAGS="-L$vp_gd_libdir" + VP_PYLIBDIR=$vp_python_libdir +-VP_PYINTERPRETER=$vp_python_interpreter ++VP_PYINTERPRETER="$vp_python_interpreter -lreadline -lcrypt" + + + diff --git a/devel/veepee/files/patch-ac b/devel/veepee/files/patch-ac new file mode 100644 index 000000000000..80e6d6803b20 --- /dev/null +++ b/devel/veepee/files/patch-ac @@ -0,0 +1,11 @@ +--- GNOME/gvpshell/Makefile.in 2000/08/02 11:36:23 1.1 ++++ GNOME/gvpshell/Makefile.in 2000/08/02 11:37:38 +@@ -95,7 +95,7 @@ + + bin_PROGRAMS = gvpshell + gvpshell_LDFLAGS = -L../gvplib $(VP_GLDFLAGS) +-gvpshell_LDADD = -lgvplib $(VP_GLIBS) ++gvpshell_LDADD = ../gvplib/libgvplib.la $(VP_GLIBS) + + gvpshell_SOURCES = gvpshell.h gvpshell.c main.c + diff --git a/devel/veepee/files/patch-ad b/devel/veepee/files/patch-ad new file mode 100644 index 000000000000..80345f24a189 --- /dev/null +++ b/devel/veepee/files/patch-ad @@ -0,0 +1,11 @@ +--- pylib/appwin.c 2000/08/02 11:59:43 1.1 ++++ pylib/appwin.c 2000/08/02 11:59:48 +@@ -224,7 +224,7 @@ + + /* If this is the default window then also set sys.argv. */ + +- if (ptr == NULL) ++ if ((ptr == NULL) && (argc != 0)) + PySys_SetArgv(argc,argv); + + unlock: |