diff options
author | leeym <leeym@FreeBSD.org> | 2006-01-21 09:59:54 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-01-21 09:59:54 +0800 |
commit | 369025b7d8a54d9205c7443c004df6c92a63102b (patch) | |
tree | b578cae82ea58cf54163117df4dd6a628ee635ac /textproc | |
parent | 13f9a5d12640aaafd8091e4c4722057d607739c5 (diff) | |
download | freebsd-ports-gnome-369025b7d8a54d9205c7443c004df6c92a63102b.tar.gz freebsd-ports-gnome-369025b7d8a54d9205c7443c004df6c92a63102b.tar.zst freebsd-ports-gnome-369025b7d8a54d9205c7443c004df6c92a63102b.zip |
- set CFLAGS+=-fPIC in CONFIGURE_ENV (tested on pluto1)
Noticed by: kris
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> |