summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-10-18 06:27:01 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-10-18 06:27:01 +0000
commit291cb03b122ad418b421c0fed2c8c90d4b66d1ed (patch)
treebac6f5a80f1c91a052c8ed2f6b400e7e2b10e02e
parentUpdate to version 1.06. (diff)
Don't overwrite CONFIGURE_ARGS when WITH_MMX.
PR: ports/72782 Submitted by: KAWATA Masahiko <kawata_at_mta.biglobe.ne dot jp>
Notes
Notes: svn path=/head/; revision=119713
-rw-r--r--graphics/imlib2/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
.if defined(WITH_MMX) && (${ARCH} == "i386")
-CONFIGURE_ARGS= --enable-mmx
+CONFIGURE_ARGS+= --enable-mmx
.endif
.include <bsd.port.post.mk>