From e607ba92714907684e8023e879961af4463ad9c1 Mon Sep 17 00:00:00 2001 From: Althaf K Backer Date: Tue, 6 Mar 2012 11:20:23 +0530 Subject: [PATCH] Fixed a typo from 32bit to 64bit (fixed #137) --- libports/lib/import/import-gmp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libports/lib/import/import-gmp.mk b/libports/lib/import/import-gmp.mk index f6dbe8a03..da3830736 100644 --- a/libports/lib/import/import-gmp.mk +++ b/libports/lib/import/import-gmp.mk @@ -7,7 +7,7 @@ ifeq ($(filter-out $(SPECS),x86),) ifeq ($(filter-out $(SPECS),64bit),) REP_INC_DIR += include/gmp/x86_64 - endif # 32bit + endif # 64bit else REQUIRES += x86