diff options
Diffstat (limited to 'textproc/xalan-c/Makefile.alpha')
-rw-r--r-- | textproc/xalan-c/Makefile.alpha | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/xalan-c/Makefile.alpha b/textproc/xalan-c/Makefile.alpha new file mode 100644 index 000000000000..9a77cbffccad --- /dev/null +++ b/textproc/xalan-c/Makefile.alpha @@ -0,0 +1,10 @@ +# Date created: 29 December 2002 +# Whom: "Bjoern A. Zeeb" (bzeeb+freebsdports@zabbadoz.net) +# +# $FreeBSD: /tmp/pcvs/ports/textproc/xalan-c/Attic/Makefile.alpha,v 1.1 2003-08-24 01:27:50 edwin Exp $ +# + +# set bitsToBuild to 64 +CONFIGURE_ARGS+= -b 64 +SAMPLES_CONFIG_ARGS+= -b 64 + |