aboutsummaryrefslogtreecommitdiff
path: root/textproc/xerces-c
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-02-08 19:23:11 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-02-08 19:23:11 +0000
commitb61a2154e4ac28cde5ffc1cb3e313b98be5b9770 (patch)
tree0882b7a2445c941d2b560303d635defa6b26615d /textproc/xerces-c
parent046854c1d8af82cdac10b99be65dc995759c4300 (diff)
downloadports-b61a2154e4ac28cde5ffc1cb3e313b98be5b9770.tar.gz
ports-b61a2154e4ac28cde5ffc1cb3e313b98be5b9770.zip
- Unbreak on amd64
- While I'm here: pet runConfigure script PR: ports/77023 Submitted by: Johan van Selst <johans(at)stack.nl>
Notes
Notes: svn path=/head/; revision=128308
Diffstat (limited to 'textproc/xerces-c')
-rw-r--r--textproc/xerces-c/Makefile6
-rw-r--r--textproc/xerces-c/files/patch-src::xercesc::config.sub25
2 files changed, 26 insertions, 5 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile
index cc3607046b80..393244fdd0de 100644
--- a/textproc/xerces-c/Makefile
+++ b/textproc/xerces-c/Makefile
@@ -33,7 +33,7 @@ CONFIGURE_SCRIPT= runConfigure
CONFIGURE_ENV+= XERCESCROOT=${WRKSRC} TRANSCODER="IconvFBSD" \
PTHREAD_LIBS="${PTHREAD_LIBS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
-CONFIGURE_ARGS= -p freebsd -n socket -P ${PREFIX}
+CONFIGURE_ARGS= -p freebsd -n socket -P ${PREFIX} -c ${CC} -x ${CXX}
.if defined(NO_THREADS)
CONFIGURE_ARGS+= -r none
.endif
@@ -42,10 +42,6 @@ PLIST_SUB+= XERCESC_VER=${PORTVERSION:S/./_/g} \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Does not build on amd64"
-.endif
-
pre-configure:
${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure
${CHMOD} 700 ${CONFIGURE_WRKSRC}/configure
diff --git a/textproc/xerces-c/files/patch-src::xercesc::config.sub b/textproc/xerces-c/files/patch-src::xercesc::config.sub
new file mode 100644
index 000000000000..ae994d62e434
--- /dev/null
+++ b/textproc/xerces-c/files/patch-src::xercesc::config.sub
@@ -0,0 +1,25 @@
+
+
+
+Include the following patch (files/patch-src::xercesc::config.sub)
+
+--- src/xercesc/config.sub.orig Wed Feb 2 18:29:07 2005
++++ src/xercesc/config.sub Wed Feb 2 18:29:02 2005
+@@ -218,7 +218,7 @@
+ | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
+ | mips64vr5000 | miprs64vr5000el | mcore \
+ | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \
+- | thumb | d10v | d30v | fr30 | avr)
++ | thumb | d10v | d30v | fr30 | avr | amd64)
+ basic_machine=$basic_machine-unknown
+ ;;
+ m6811 | m68hc11 | m6812 | m68hc12)
+@@ -262,7 +262,7 @@
+ | f301-* | armv*-* | s390-* | sv1-* | t3e-* \
+ | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
+ | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
+- | bs2000-* | tic54x-* | c54x-* | x86_64-*)
++ | bs2000-* | tic54x-* | c54x-* | x86_64-* | amd64-*)
+ ;;
+ # Recognize the various machine names and aliases which stand
+ # for a CPU type and a company and sometimes even an OS.