[MacPorts] #70388: nefu @1.4.0: /usr/bin/make: invalid option -- = (was: nefu build is broken)

MacPorts noreply at macports.org
Thu Jul 18 00:14:29 UTC 2024


#70388: nefu @1.4.0: /usr/bin/make: invalid option -- =
---------------------------+--------------------
  Reporter:  barracuda156  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.9.3
Resolution:                |   Keywords:
      Port:  nefu          |
---------------------------+--------------------

Comment (by ryandesign):

 The specific problem you're seeing is probably occurring on these lines of
 Makefile.in:

 {{{
 libtest : FRC
         cd libtest; ${MAKE} ${MFLAGS} CC=${CC} OPTOPTS="${OPTOPTS}"
 LIBDIRS="${LIBDIRS}"

 libsnet/libsnet.la : FRC
         cd libsnet; ${MAKE} ${MFLAGS} CC=${CC}
 }}}

 That should be `CC="${CC}"`.

 But it fails with other errors on other systems; see other tickets.

 This software is from 2006.

 Delete it?

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


More information about the macports-tickets mailing list