diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-01-01 20:38:27 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-01-01 20:38:27 +0000 |
commit | 7598910800537d792bb6778d96cadb0ce3545932 (patch) | |
tree | 9674d5b2030520f1db6dd99a03f3b6a31ff290db /math/topaz/files/patch-topaz::topaz.cc | |
parent | Update to 3.37 (diff) |
Add patches i missed
Diffstat (limited to 'math/topaz/files/patch-topaz::topaz.cc')
-rw-r--r-- | math/topaz/files/patch-topaz::topaz.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/topaz/files/patch-topaz::topaz.cc b/math/topaz/files/patch-topaz::topaz.cc new file mode 100644 index 000000000000..881afdba7334 --- /dev/null +++ b/math/topaz/files/patch-topaz::topaz.cc @@ -0,0 +1,11 @@ +--- topaz/topaz.cc.orig Wed Dec 4 23:02:28 2002 ++++ topaz/topaz.cc Fri Dec 27 04:29:01 2002 +@@ -30,7 +30,7 @@ + #include <dirent.h> + #include <sys/stat.h> + #include <signal.h> +-#include <getopt.h> ++//#include <getopt.h> + //char *optarg; + #include "script.h" + #include "frame.h" |