From 291cb03b122ad418b421c0fed2c8c90d4b66d1ed Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 18 Oct 2004 06:27:01 +0000 Subject: Don't overwrite CONFIGURE_ARGS when WITH_MMX. PR: ports/72782 Submitted by: KAWATA Masahiko --- graphics/imlib2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/imlib2') diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 40865f1f9242..4b455aee63e3 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -34,7 +34,7 @@ INSTALLS_SHLIB= yes .include .if defined(WITH_MMX) && (${ARCH} == "i386") -CONFIGURE_ARGS= --enable-mmx +CONFIGURE_ARGS+= --enable-mmx .endif .include -- cgit v1.2.3