Changes between Initial Version and Version 1 of Ticket #32395


Ignore:
Timestamp:
Dec 4, 2011, 11:56:14 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please use WikiFormatting, fill in the Port field, and Cc the maintainer of that port.

This "solution" seems strange. Why would adding the -arch flag only be needed for i386? Why not for the three other archs we support? MacPorts already adds -arch flags to CFLAGS, CXXFLAGS, LDFLAGS for you, for all archs, and they shouldn't be necessary in CPPFLAGS.

This looks like a duplicate of #27898.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32395

    • Property Cc ryandesign@… rmstonecipher@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Port gst-plugins-gl added
  • Ticket #32395 – Description

    initial v1  
    11It was gstglwindow_cocoa.m -> libgstgl_0.10_la-gstglwindow_cocoa.o (x86_64) that was causing problems.  Adding this did I think:
    22
    3 
     3{{{
    44if { $build_arch == "i386" } {
    55        #configure.env-append "GST_CFLAGS=-arch ${build_arch}"
     
    88        configure.cxxflags-append "-arch ${build_arch}"
    99}
     10}}}
    1011
    11