diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2002-11-22 20:44:29 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2002-11-22 20:44:29 +0000 |
commit | 4664f6012229891397b1026c6878bc51e0b69aef (patch) | |
tree | 1aa18e590ff18bb0b52ec72d12d2b59f809fa8dd /graphics/geomview/files/patch-ah | |
parent | gsubedit should have been repo copied from graphics/gsubedit, not (diff) |
Upgrade to 1.8.1 .
It's not quite completely unbroken, but it's certainly less
broken than 1.6 was.
Notes
Notes:
svn path=/head/; revision=70766
Diffstat (limited to 'graphics/geomview/files/patch-ah')
-rw-r--r-- | graphics/geomview/files/patch-ah | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/geomview/files/patch-ah b/graphics/geomview/files/patch-ah deleted file mode 100644 index f454181a1b08..000000000000 --- a/graphics/geomview/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/geomutil/vrml2oogl/src/QvToWebOOGL.c++.orig Tue Jan 18 18:39:45 2000 -+++ src/bin/geomutil/vrml2oogl/src/QvToWebOOGL.c++ Tue Jan 18 18:39:55 2000 -@@ -76,7 +76,7 @@ - } - - static void --OOGLout(char *text) -+OOGLout(const char *text) - { - if (OOGLfout == NULL) return; - |