fix path durring configure

This commit is contained in:
brad 1999-03-08 03:59:09 +00:00
parent a9db3e5150
commit e63d273815
2 changed files with 25 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/07 02:13:13 brad Exp $
# $OpenBSD: Makefile,v 1.2 1999/03/08 03:59:09 brad Exp $
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
DISTNAME= ircii-pana-75p3
@ -8,6 +8,10 @@ MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/
MAINTAINER= brad@openbsd.org
.if ${MACHINE_ARCH} == "alpha"
BROKEN= "Currently does not build properly"
.endif
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/BitchX

View File

@ -1,5 +1,23 @@
--- configure.orig Thu Mar 4 20:18:38 1999
+++ configure Thu Mar 4 20:19:20 1999
--- configure.orig Tue Feb 23 10:08:42 1999
+++ configure Sun Mar 7 20:13:33 1999
@@ -4887,7 +4887,7 @@
if test ! -n "$IRCLIB";
then
- IRCLIB=\${prefix}/lib/bx
+ IRCLIB=\${prefix}/lib/bitchx
fi
if test -n "$nextstep"; then
@@ -5274,7 +5274,7 @@
if test -z "$CFLAGS"; then CFLAGS=-g -O; fi
if test -z "$LDFLAGS"; then LDFLAGS= ; fi
if test -z "$bindir"; then bindir=\${exec_prefix}/bin; fi
-if test -z "$IRCLIB"; then IRCLIB=\${prefix}/lib/bx; fi
+if test -z "$IRCLIB"; then IRCLIB=\${prefix}/lib/bitchx; fi
@@ -5657,22 +5657,22 @@
echo "To include the CD-ROM player in your bin, edit \"Makefile\" and search for"
echo "the CD_* defines and remove the \"#\" in front of each line."