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:
parent
c395b75397
commit
d5f02077a0
@ -3,7 +3,7 @@
|
|||||||
# Date created: 2 December 1997
|
# Date created: 2 December 1997
|
||||||
# Whom: niklas
|
# 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 $
|
# $FreeBSD: Makefile,v 1.7 1997/12/01 16:50:58 pst Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
|
|||||||
.if (${MACHINE_ARCH} != "alpha")
|
.if (${MACHINE_ARCH} != "alpha")
|
||||||
CONFIGURE_ARGS= --enable-shared
|
CONFIGURE_ARGS= --enable-shared
|
||||||
.endif
|
.endif
|
||||||
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
|
CONFIGURE_ENV= PORTSDIR=${PORTSDIR} PATH=${PATH}:${X11BASE}/bin
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if (${MACHINE_ARCH} != "alpha")
|
.if (${MACHINE_ARCH} != "alpha")
|
||||||
|
Loading…
Reference in New Issue
Block a user