Opened 12 years ago

Last modified 12 years ago

#32395 closed defect

gst-plugins-gl 0.10.2 i386 build fail w/ possible solution — at Initial Version

Reported by: reid@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: gst-plugins-gl

Description

It was gstglwindow_cocoa.m -> libgstgl_0.10_la-gstglwindow_cocoa.o (x86_64) that was causing problems. Adding this did I think:

if { $build_arch == "i386" } {

#configure.env-append "GST_CFLAGS=-arch ${build_arch}" configure.cflags-append "-arch ${build_arch}" configure.cppflags-append "-arch ${build_arch}" configure.cxxflags-append "-arch ${build_arch}"

}

Change History (0)

Note: See TracTickets for help on using tickets.