- dist site name has changed: www.ece.utexas.edu -> lore.ece.utexas.edu

- correct patch: OpenBSD 2.0 - 2.4 -> 2.5
This commit is contained in:
brad 1999-09-15 03:17:22 +00:00
parent 668b643fe2
commit 9f22d2ed5a
2 changed files with 10 additions and 9 deletions

View File

@ -1,15 +1,16 @@
# $OpenBSD: Makefile,v 1.8 1999/07/29 09:30:22 form Exp $
# $OpenBSD: Makefile,v 1.9 1999/09/15 03:17:22 brad Exp $
# $NetBSD: Makefile,v 1.9 1998/04/15 10:38:50 agc Exp $
DISTNAME= xosview-1.7.2
DISTNAME= xosview-1.7.2
CATEGORIES= sysutils
MASTER_SITES= http://www.ece.utexas.edu/~bgrayson/xosview/
MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/
MAINTAINER= form@OpenBSD.ORG
MAINTAINER= form@openbsd.org
GNU_CONFIGURE= yes
USE_X11= yes
CONFIGURE_ENV+= CPPFLAGS="-I/usr/X11R6/include -L/usr/X11R6/lib"
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
MAKE_ENV+= UVM=${UVM}
MAKE_FLAGS= ARCH=${ARCH} -f

View File

@ -1,4 +1,4 @@
# $OpenBSD: patch-ac,v 1.2 1999/07/01 22:07:44 form Exp $
# $OpenBSD: patch-ac,v 1.3 1999/09/15 03:17:23 brad Exp $
--- configure.orig Fri Jul 2 04:36:11 1999
+++ configure Fri Jul 2 04:41:31 1999
@ -7,8 +7,8 @@
host_dir=linux
host_os=linux ;;
+
+## Check for OpenBSD 2.0-2.4
+openbsd2.[01234]*)
+## Check for OpenBSD 2.0-2.5
+openbsd2.[012345]*)
+ EXTRALIBS="-lkvm $XPMLIB"
+ INSTALL_ARGS='-s -g kmem -m 02555'
+ cat >> confdefs.h <<\EOF