[MacPorts] #58024: fribidi 1.0.5 fails to build +universal

MacPorts noreply at macports.org
Wed Feb 6 23:44:14 UTC 2019


#58024: fribidi 1.0.5 fails to build +universal
------------------------+------------------------
  Reporter:  JohnFHall  |      Owner:  neverpanic
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:
Resolution:             |   Keywords:
      Port:  fribidi    |
------------------------+------------------------

Comment (by kencu):

 Replying to [comment:14 jmroot]:
 > Looks like `gen.tab/Makefile.am` is overriding our supplied CFLAGS.

 Yep that was it. Changing this in the referenced file:
 {{{
 - CFLAGS = $(CFLAGS_FOR_BUILD)
 + CFLAGS += $(CFLAGS_FOR_BUILD)
 }}}
 fixes the universal build.
 {{{
 $ port -v installed fribidi
 The following ports are currently installed:
   fribidi @1.0.5_0+universal (active) platform='darwin 10' archs='i386
 x86_64' date='2019-02-06T15:41:15-0800'
 }}}

 I'll push up the patch.

-- 
Ticket URL: <https://trac.macports.org/ticket/58024#comment:15>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list