diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-14 16:31:39 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-14 16:31:39 +0000 |
commit | a2ecb0358134d6c5686d0050ff98f06fcd7aa510 (patch) | |
tree | 53ffd40b1a412d8bc15ad01546520818af436e52 /lang | |
parent | 9f4adb5f8285845006f04f2e343713208d4577ff (diff) | |
download | ports-a2ecb0358134d6c5686d0050ff98f06fcd7aa510.tar.gz ports-a2ecb0358134d6c5686d0050ff98f06fcd7aa510.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squirrel/Makefile | 2 |
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: |