update to fltk-1.0.7; patch accepted by author.

This commit is contained in:
jason 1999-12-19 16:15:56 +00:00
parent 0d3cfb6244
commit ebcb913090
3 changed files with 5 additions and 16 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/12/08 19:40:09 jason Exp $
# $OpenBSD: Makefile,v 1.2 1999/12/19 16:15:56 jason Exp $
VER= 1.0.6
VER= 1.0.7
PKGNAME= fltk-${VER}
DISTNAME= ${PKGNAME}-source
CATEGORIES= x11

View File

@ -1,3 +1,3 @@
MD5 (fltk-1.0.6-source.tar.gz) = 201a94c6aff4eaa4ea9d9440fbd40f96
SHA1 (fltk-1.0.6-source.tar.gz) = 1b4f98ffcfb222ced829cef3a6406fd48ebbccc2
RMD160 (fltk-1.0.6-source.tar.gz) = 5cb993b739029cbdfd5cef99704677b21dbe8607
MD5 (fltk-1.0.7-source.tar.gz) = 16bcaf1798adb096861843c499a2a7a3
SHA1 (fltk-1.0.7-source.tar.gz) = eda2d724df7bd208c8e8b050cfd1839bd9a1f5e0
RMD160 (fltk-1.0.7-source.tar.gz) = 7528e16cec1d014cd238103f3c59f1d2efc538b0

View File

@ -1,11 +0,0 @@
--- src/filename_list.cxx.orig Wed Dec 8 10:00:13 1999
+++ src/filename_list.cxx Wed Dec 8 10:00:17 1999
@@ -40,7 +40,7 @@
}
int filename_list(const char *d, dirent ***list) {
-#if defined(_AIX) || defined(CRAY) || defined(linux) || defined(__FreeBSD__)
+#if defined(_AIX) || defined(CRAY) || defined(linux) || defined(__FreeBSD__) || defined(__OpenBSD__)
// on some systems you may need to do this, due to a rather common
// error in the prototype for the sorting function, where a level
// of pointer indirection is missing: