summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-07-14 16:31:39 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-07-14 16:31:39 +0000
commita2ecb0358134d6c5686d0050ff98f06fcd7aa510 (patch)
tree53ffd40b1a412d8bc15ad01546520818af436e52 /lang
parent- Fix a couple of "extra qualification" gcc4 issues (diff)
- Fix build on 32-bit platforms
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=195584
Diffstat (limited to 'lang')
-rw-r--r--lang/squirrel/Makefile2
1 files changed, 2 insertions, 0 deletions
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: