Fix compile errors, left for turans@ to verify

This commit is contained in:
angelos 1999-10-31 09:26:17 +00:00
parent 45c588472e
commit 91dd71ffc6
3 changed files with 25 additions and 3 deletions

View File

@ -3,16 +3,16 @@
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.3 1999/10/31 07:29:01 turan Exp $
# $OpenBSD: Makefile,v 1.4 1999/10/31 09:26:17 angelos Exp $
#
BROKEN= syntax errors in config_expl.cpp
BROKEN= waiting for turans@ to verify
DISTNAME= explorer-0.72
CATEGORIES= x11
MASTER_SITES= ftp://jungfrau.ptf.hro.nl/pub/explorer/
MAINTAINER= angelos@openbsd.org
MAINTAINER= ports@openbsd.org
LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt

View File

@ -0,0 +1,11 @@
--- src/config_expl.cpp.orig Sun Oct 31 04:18:45 1999
+++ src/config_expl.cpp Sun Oct 31 04:19:00 1999
@@ -398,7 +398,7 @@
}
// check to see if the path is valid
- struct DIR *checkdir;
+ DIR *checkdir;
//>---------- first check for the explorer path itself

View File

@ -0,0 +1,11 @@
--- src/plugin_m.cpp.orig Sun Oct 31 04:21:44 1999
+++ src/plugin_m.cpp Sun Oct 31 04:21:53 1999
@@ -205,7 +205,7 @@
"%s/plugins",
pldir);
- struct DIR *checkdir;
+ DIR *checkdir;
checkdir = opendir(plugin_path);
if (checkdir == NULL)