diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-13 19:07:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-13 19:07:30 +0000 |
commit | bae0de7d86bdb3ea2b31468c232566a2f536e2af (patch) | |
tree | 898c0e4b3fb7939103acb820be4bcde17f5c682d /multimedia/mpeg4ip | |
parent | 4a5fedb38e71212ae060488fa1e369a477220853 (diff) |
Notes
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 2 |
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 |