aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imlib2
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-10-18 14:27:01 +0800
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-10-18 14:27:01 +0800
commit291cb03b122ad418b421c0fed2c8c90d4b66d1ed (patch)
treebac6f5a80f1c91a052c8ed2f6b400e7e2b10e02e /graphics/imlib2
parentf48e4f9167f9f89f38e098a3167baedbc6b2b756 (diff)
downloadfreebsd-ports-gnome-291cb03b122ad418b421c0fed2c8c90d4b66d1ed.tar.gz
freebsd-ports-gnome-291cb03b122ad418b421c0fed2c8c90d4b66d1ed.tar.zst
freebsd-ports-gnome-291cb03b122ad418b421c0fed2c8c90d4b66d1ed.zip
Don't overwrite CONFIGURE_ARGS when WITH_MMX.
PR: ports/72782 Submitted by: KAWATA Masahiko <kawata_at_mta.biglobe.ne dot jp>
Diffstat (limited to 'graphics/imlib2')
-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>