ports/devel/hadoop/files/patch-src-c++-libhdfs-configure
Tijl Coosemans 0ea25d146e - Update Apache Hadoop to version 1.2.1.
- Hand maintainership to submitter.
- Replace HADOOP_HOME with DATADIR and HADOOP_ETC with ETCDIR.
- Replace pkg-install and pkg-deinstall with pkg-plist entries.
- Support staging.
- Fix build on FreeBSD 10 (clang, libc++, hardcoded gcc).

PR:		ports/183307
Submitted by:	Pedro Giffuni <pfg@apache.org>
2013-11-02 11:04:31 +00:00

11 lines
333 B
Text

--- src/c++/libhdfs/configure.orig 2013-07-23 00:26:40.000000000 +0200
+++ src/c++/libhdfs/configure 2013-11-01 12:45:14.000000000 +0100
@@ -3782,7 +3782,7 @@
i?86)
CFLAGS="$CFLAGS -DCPU=\\\"i386\\\""
HOST_CPU=i386;;
- x86_64)
+ amd64|x86_64)
CFLAGS="$CFLAGS -DCPU=\\\"amd64\\\""
HOST_CPU=amd64;;
bs2000)