pkgsrc/devel/libast/options.mk

16 lines
297 B
Makefile
Raw Normal View History

2005-05-31 23:35:13 +02:00
# $NetBSD: options.mk,v 1.1 2005/05/31 21:35:13 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libast
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"
PKG_SUPPORTED_OPTIONS= mmx
.endif
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmmx)
CONFIGURE_ARGS+= --enable-mmx
.endif