diff options
author | glewis <glewis@FreeBSD.org> | 2005-01-22 15:16:45 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-01-22 15:16:45 +0800 |
commit | 6f91dbc7558629e2d9f028e3bbd80694953cc9b9 (patch) | |
tree | 9ca9bed7ae90887c31a7591560e8c33ee063da3d | |
parent | 3dc9fba8023adccc197cd1189abc2ac40e26180e (diff) | |
download | freebsd-ports-gnome-6f91dbc7558629e2d9f028e3bbd80694953cc9b9.tar.gz freebsd-ports-gnome-6f91dbc7558629e2d9f028e3bbd80694953cc9b9.tar.zst freebsd-ports-gnome-6f91dbc7558629e2d9f028e3bbd80694953cc9b9.zip |
. Add -fPIC to CFLAGS. This should fix the build on amd64.
Reported by: kris
-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 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 \ |