1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Pilot-link now lives in ${LOCALBASE}, not in ${LOCALBASE}/pilot.

PR:		ports/33651
Submitted by:	Ollivier Robert <roberto@eurocontrol.fr>
This commit is contained in:
Maxim Sobolev 2002-01-08 10:20:07 +00:00
parent 1a23351456
commit 7577c67e21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52755
2 changed files with 6 additions and 6 deletions

View File

@ -31,9 +31,9 @@ LIBS= -L${LOCALBASE}/lib
.if defined(WITHOUT_PILOT)
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
.else
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot
CPPFLAGS+= -I${LOCALBASE}/pilot/include
LIBS+= -L${LOCALBASE}/pilot/lib
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.endif
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LIBS="${LIBS}"

View File

@ -31,9 +31,9 @@ LIBS= -L${LOCALBASE}/lib
.if defined(WITHOUT_PILOT)
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
.else
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot
CPPFLAGS+= -I${LOCALBASE}/pilot/include
LIBS+= -L${LOCALBASE}/pilot/lib
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.endif
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LIBS="${LIBS}"