Extend the configure PATH with the X11 bin, so that we will be sure to get

a linkstage that knows where to find the libs
This commit is contained in:
niklas 1998-01-29 23:01:03 +00:00
parent c395b75397
commit d5f02077a0

View File

@ -3,7 +3,7 @@
# Date created: 2 December 1997
# Whom: niklas
#
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/02 23:44:35 niklas Exp $
# $OpenBSD: Makefile,v 1.2 1998/01/29 23:01:03 niklas Exp $
# $FreeBSD: Makefile,v 1.7 1997/12/01 16:50:58 pst Exp $
#
@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
.if (${MACHINE_ARCH} != "alpha")
CONFIGURE_ARGS= --enable-shared
.endif
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
CONFIGURE_ENV= PORTSDIR=${PORTSDIR} PATH=${PATH}:${X11BASE}/bin
post-install:
.if (${MACHINE_ARCH} != "alpha")