Fix build on amd64.
Submitted by: Anish Mistry <mistry.7@osu.edu>
This commit is contained in:
parent
ddd39ce513
commit
b33b4a17d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152876
@ -32,7 +32,7 @@ INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-xine --disable-gst
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -D__BSD_VISIBLE ${PTHREAD_CFLAGS}" \
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -D__BSD_VISIBLE ${PTHREAD_CFLAGS} -fPIC" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
MAN1= bmpx.1
|
||||
|
Loading…
Reference in New Issue
Block a user