From a2ecb0358134d6c5686d0050ff98f06fcd7aa510 Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Sat, 14 Jul 2007 16:31:39 +0000 Subject: - Fix build on 32-bit platforms Reported by: pointyhat via pav --- lang/squirrel/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/squirrel') diff --git a/lang/squirrel/Makefile b/lang/squirrel/Makefile index 32f76b0729cb..3d06347c55e4 100644 --- a/lang/squirrel/Makefile +++ b/lang/squirrel/Makefile @@ -29,6 +29,8 @@ PLIST_FILES= bin/sq lib/libsqstdlib.so lib/libsqstdlib.so.0\ .if ${ARCH} == amd64 || ${ARCH} == sparc64 || ${ARCH} == ia64 ALL_TARGET= sq64 CFLAGS+= -fPIC +.else +ALL_TARGET= sq32 .endif post-patch: -- cgit v1.2.3