diff options
Diffstat (limited to 'textproc/xerces-c27/Makefile.alpha')
-rw-r--r-- | textproc/xerces-c27/Makefile.alpha | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/xerces-c27/Makefile.alpha b/textproc/xerces-c27/Makefile.alpha new file mode 100644 index 000000000000..874bb0a96fca --- /dev/null +++ b/textproc/xerces-c27/Makefile.alpha @@ -0,0 +1,10 @@ +# Date created: 29 December 2002 +# Whom: "Bjoern A. Zeeb" (bzeeb+freebsdports@zabbadoz.net) +# +# $FreeBSD$ +# + +# set bitsToBuild to 64 +CONFIGURE_ARGS+= -b 64 +SAMPLES_CONFIG_ARGS+= -b 64 + |