aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-06-13 19:07:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-06-13 19:07:30 +0000
commitbae0de7d86bdb3ea2b31468c232566a2f536e2af (patch)
tree898c0e4b3fb7939103acb820be4bcde17f5c682d /multimedia/mpeg4ip
parent4a5fedb38e71212ae060488fa1e369a477220853 (diff)
Notes
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r--multimedia/mpeg4ip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index 1e4d44a9dee1..cc10afc61460 100644
--- a/multimedia/mpeg4ip/Makefile
+++ b/multimedia/mpeg4ip/Makefile
@@ -210,7 +210,7 @@ post-install:
.endfor
.endif
-.if (defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} == "mmx")
+.if (defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} == "mmx") && !defined(PACKAGE_BUILDING)
WITH_MMX=yes
.else
WITHOUT_MMX=yes