aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/fasm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fasm/Makefile b/lang/fasm/Makefile
index d2925774125..7fa731a66c6 100644
--- a/lang/fasm/Makefile
+++ b/lang/fasm/Makefile
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
-.if exists(/usr/lib32)
+.if defined(HAVE_COMPAT_IA32_LIBS)
CFLAGS= -m32 -L/usr/lib32 -B/usr/lib32
.else
IGNORE= requires 32-bit libraries installed under /usr/lib32
=''/>
path: root/net/py-dpkt
Commit message (Expand)AuthorAgeFilesLines
* - Fix fetching, update WWWpav2007-01-242-2/+2
* update to 1.6dryice2007-01-223-4/+43