Ticket #20141 (closed defect: fixed)
libtheora @1.0 (multimedia) + Mac OS 10.6 10A394
| Reported by: | lowell@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.0 |
| Keywords: | Cc: | ||
| Port: | libtheora |
Description
Hey there again!
libtheora refuses to build as-configured in the current Developer Preview; there is a statement in the portfile that needs to expanded to include darwin 10.x:
diff --git a/Portfile b/Portfile
index b0d6832..a442681 100644
--- a/Portfile
+++ b/Portfile
@@ -68,7 +68,7 @@ test.target check
variant doc description {Install extra documentation} {}
-platform darwin 9 i386 {
+platform darwin 9 i386 10 {
# http://trac.macports.org/projects/macports/ticket/13033
configure.args-append --disable-asm
}
I don't know how to make Macports-compatible diffs yet, so I had git do it for me. It's a minor, three character fix, anyways.
Have a great holiday weekend to those here stateside!
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


