diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-10-18 06:27:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-10-18 06:27:01 +0000 |
commit | 291cb03b122ad418b421c0fed2c8c90d4b66d1ed (patch) | |
tree | bac6f5a80f1c91a052c8ed2f6b400e7e2b10e02e | |
parent | Update 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/Makefile | 2 |
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> |