- Fix build on AMD64
PR: 62509 Submitted by: maintainer
This commit is contained in:
parent
7f23383278
commit
626920481e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100379
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ USE_LIBTOOL= yes
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
LIBS="${PTHREAD_LIBS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
|
Loading…
Reference in a new issue