diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-11 08:35:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-11 08:35:25 +0000 |
commit | b50d35c4eefb51b16fbe7e99fc014ddd4b2c750b (patch) | |
tree | 3d167f703f7fdf1583551a879991c6882e3e58c0 /math/drgenius/files/patch-drgeo_adaptDialog.cc | |
parent | www.itlb.te.noda.sut.ac.jp was replaced with www.itlb.te.noda.tus.ac.jp, (diff) |
Add drgenius, a geometry exploration application built on top of GNOME.
Requested by: P. U. Kruppa <520023893678-0001@t-online.de>
Notes
Notes:
svn path=/head/; revision=72881
Diffstat (limited to 'math/drgenius/files/patch-drgeo_adaptDialog.cc')
-rw-r--r-- | math/drgenius/files/patch-drgeo_adaptDialog.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/drgenius/files/patch-drgeo_adaptDialog.cc b/math/drgenius/files/patch-drgeo_adaptDialog.cc new file mode 100644 index 000000000000..750575356d35 --- /dev/null +++ b/math/drgenius/files/patch-drgeo_adaptDialog.cc @@ -0,0 +1,10 @@ +--- drgeo_adaptDialog.cc.orig Sat Jan 11 03:21:20 2003 ++++ drgeo_adaptDialog.cc Sat Jan 11 03:21:27 2003 +@@ -24,7 +24,6 @@ + #include <stdio.h> + #include <time.h> + #include <unistd.h> +-#include <crypt.h> + #include <string.h> + + #include <glade/glade.h> |