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:
parent
1a23351456
commit
7577c67e21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52755
@ -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}"
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user