From 5a529564079f21dbcc7a2089a5399590fb224d66 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sat, 22 Jan 2005 07:16:45 +0000 Subject: . Add -fPIC to CFLAGS. This should fix the build on amd64. Reported by: kris --- science/udunits/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'science/udunits/Makefile') diff --git a/science/udunits/Makefile b/science/udunits/Makefile index 96092845fcfe..761c83441771 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 \ -- cgit v1.2.3