diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-27 15:19:01 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-27 15:19:01 +0000 |
commit | 5aa71449ba0c668b626687a42cd233f2c71ad610 (patch) | |
tree | 231cf111595ebce42ae7220746129e77871e8d3c /security | |
parent | 11365976e8991b2756a734ef9d46815a379c0b8b (diff) | |
download | ports-5aa71449ba0c668b626687a42cd233f2c71ad610.tar.gz ports-5aa71449ba0c668b626687a42cd233f2c71ad610.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/libassuan/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index 35523191cd30..e48c54c767f7 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -22,4 +22,10 @@ INFO= assuan CFLAGS+= -I${LOCALBASE}/include/pth -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +CFLAGS+= -fPIC +.endif + +.include <bsd.port.post.mk> |