1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

If imake is not present at build time, configure gets confused about

location of X11 libraries and headers, so tell it where they are.

Pointed out by:	dosirak via kris, while testing X.Org upgrade
This commit is contained in:
Dejan Lesjak 2004-12-05 00:32:06 +00:00
parent 6686d9ac33
commit 079e830bc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123156

View File

@ -27,6 +27,7 @@ USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
MAKEINFO="makeinfo --no-split" MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
INFO= vamos INFO= vamos