diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-21 01:59:54 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-21 01:59:54 +0000 |
commit | 8bd6265789ee36c2712b3a37b9fb7e4408aaebe4 (patch) | |
tree | 5cbee73fd7f9e31eb59be14f66336f8f1d006312 /textproc | |
parent | 352c008816a6ae16c1d9adff11ca2aa1910bb41f (diff) |
- set CFLAGS+=-fPIC in CONFIGURE_ENV (tested on pluto1)
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=154029
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index fa54ac20ff12..a40a4a4cabfd 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -39,7 +39,7 @@ MAN3= Text::BibTeX.3 \ .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -fpic +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" .endif .include <bsd.port.post.mk> |