diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-03-02 03:45:22 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-03-02 03:45:22 +0800 |
commit | 8f5cc43648a608f189d7ff2476e1b4a7f78c7299 (patch) | |
tree | 205cea143a9f53304ccb85c20bb1e47a04f28c48 /lang | |
parent | 879d110de69ddf8193ea7d3e6e7fbcdfe6d55e7a (diff) | |
download | freebsd-ports-gnome-8f5cc43648a608f189d7ff2476e1b4a7f78c7299.tar.gz freebsd-ports-gnome-8f5cc43648a608f189d7ff2476e1b4a7f78c7299.tar.zst freebsd-ports-gnome-8f5cc43648a608f189d7ff2476e1b4a7f78c7299.zip |
Unbreak on amd64.
Approved by: Johan van Selst
Reported by: Kris via pointyhat
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ccscript/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 009635dbed53..72be4065b50e 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -30,4 +30,10 @@ MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \ Script_Package.3cc Script_Property.3cc Script_Session.3cc -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +CFLAGS+= -fPIC +.endif + +.include <bsd.port.post.mk> |