1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add -fPIC

PR:		ports/164906
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de>
Approved by:	Denis Podolskiy <bytestore@yandex.ru> (maintainer)
This commit is contained in:
Chris Rees 2012-02-16 08:57:39 +00:00
parent dfd5f50aa9
commit de884b344f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291525

View File

@ -8,7 +8,7 @@
PORTNAME= libjpeg-turbo
PORTVERSION= 1.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
@ -20,7 +20,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
CONFLICTS= jpeg-[0-9]*
ONLY_FOR_ARCHS= amd64 i386
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= SO_MAJOR_VERSION=${SOVERSION}
CONFIGURE_ENV= SO_MAJOR_VERSION=${SOVERSION} CFLAGS+=-fPIC
CONFIGURE_ARGS= --with-jpeg8
USE_LDCONFIG= yes