summaryrefslogtreecommitdiff
path: root/external/hyphen
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-06 18:32:40 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-07 01:34:42 +0100
commit9487456637abc1f26eda26f9e38f260b5f49edc2 (patch)
treed688d198d5019099c5111e3a888c631f1c3dd70f /external/hyphen
parent8c85ae050f7205e5cb8f56abb48ea88eb7a4eb7a (diff)
configure: add vars for Solaris/SPARC64 (already checked in vcl)
Change-Id: Ic27986d8d45f61facedf2400b77334aaf1da7c1e
Diffstat (limited to 'external/hyphen')
-rw-r--r--external/hyphen/ExternalProject_hyphen.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/hyphen/ExternalProject_hyphen.mk b/external/hyphen/ExternalProject_hyphen.mk
index 573fbae00de0..6687265c2304 100644
--- a/external/hyphen/ExternalProject_hyphen.mk
+++ b/external/hyphen/ExternalProject_hyphen.mk
@@ -20,7 +20,7 @@ $(call gb_ExternalProject_get_state_target,hyphen,build):
./configure --disable-shared \
$(if $(filter-out IOS,$(OS)),--with-pic) \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \
- $(if $(filter C52U,$(COM)$(CPU)),CFLAGS="-m64") \
+ $(if $(filter C52-SPARC64,$(COM)-$(CPUNAME)),CFLAGS="-m64") \
&& $(MAKE) \
)