diff options
Diffstat (limited to 'textproc/xerces-c2/Makefile.sparc64')
-rw-r--r-- | textproc/xerces-c2/Makefile.sparc64 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/xerces-c2/Makefile.sparc64 b/textproc/xerces-c2/Makefile.sparc64 new file mode 100644 index 000000000000..f5c5a7e8a47e --- /dev/null +++ b/textproc/xerces-c2/Makefile.sparc64 @@ -0,0 +1,14 @@ +# Date created: 26 December 2002 +# Whom: "Bjoern A. Zeeb" (bzeeb+freebsdports@zabbadoz.net) +# +# $FreeBSD$ +# + +# When there are no probs with libc_r / pthreads on sparc64-freebsd we +# should remove this files or make it conditional on OSVERSION +NO_THREADS= yes + +# set bitsToBuild to 64 +CONFIGURE_ARGS+= -b 64 +SAMPLES_CONFIG_ARGS+= -b 64 + |