mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Fix build on amd64.
This commit is contained in:
parent
ca702b7472
commit
bb00c51d89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132958
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-shared --enable-local-zlib \
|
||||
--program-transform-name=''
|
||||
CONFIGURE_ENV= PERL=${PERL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS:= ${CFLAGS:N-ffast-math}
|
||||
|
||||
|
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-shared --enable-local-zlib \
|
||||
--program-transform-name=''
|
||||
CONFIGURE_ENV= PERL=${PERL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS:= ${CFLAGS:N-ffast-math}
|
||||
|
||||
|
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-shared --enable-local-zlib \
|
||||
--program-transform-name=''
|
||||
CONFIGURE_ENV= PERL=${PERL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS:= ${CFLAGS:N-ffast-math}
|
||||
|
||||
|
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-shared --enable-local-zlib \
|
||||
--program-transform-name=''
|
||||
CONFIGURE_ENV= PERL=${PERL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS:= ${CFLAGS:N-ffast-math}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user