diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-08 14:06:39 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-08 14:06:39 +0000 |
commit | 0c418ebb3368db7411bd6b7c22a6343df349ffe8 (patch) | |
tree | 39bbee522fdd2518d63155aef2494dab12575048 | |
parent | 0d1d93265a15497dbafd1b6c4576886e06d82511 (diff) | |
download | ports-0c418ebb3368db7411bd6b7c22a6343df349ffe8.tar.gz ports-0c418ebb3368db7411bd6b7c22a6343df349ffe8.zip |
Notes
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index 0ec8fc0e60fd..94ee937f23d1 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -36,4 +36,10 @@ MAN3= Text::BibTeX.3 \ Text::BibTeX::Value.3 \ btool_faq.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +CFLAGS+= -fPIC +.endif + +.include <bsd.port.post.mk> |