diff options
author | glewis <glewis@FreeBSD.org> | 2005-01-22 07:16:45 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-01-22 07:16:45 +0000 |
commit | 6f91dbc7558629e2d9f028e3bbd80694953cc9b9 (patch) | |
tree | 9ca9bed7ae90887c31a7591560e8c33ee063da3d /science/udunits | |
parent | 3dc9fba8023adccc197cd1189abc2ac40e26180e (diff) | |
download | FreeBSD-ports-6f91dbc7558629e2d9f028e3bbd80694953cc9b9.zip FreeBSD-ports-6f91dbc7558629e2d9f028e3bbd80694953cc9b9.tar.gz |
. Add -fPIC to CFLAGS. This should fix the build on amd64.
Reported by: kris
Diffstat (limited to 'science/udunits')
-rw-r--r-- | science/udunits/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/udunits/Makefile b/science/udunits/Makefile index 9609284..761c834 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -18,6 +18,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src GNU_CONFIGURE= yes USE_PERL5= yes +CFLAGS+= -fPIC + MAN1= udunits.1 \ udunitsperl.1 MAN3= udunits.3 \ |