mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Respect X11BASE.
PR: ports/106098 Submitted by: self Approved by: novel@ (maintainer) Reported by: pointyhat
This commit is contained in:
parent
315896a4bf
commit
9351d01d6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178476
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \
|
|||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS+= --x-includes=${X11BASE}/include \
|
||||
--x-libraries=${X11BASE}/lib
|
||||
|
||||
MAN1= beep-media-player-2.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue