Page MenuHomeFreeBSD

net/py-libnet: fix on powerpc64
ClosedPublic

Authored by pkubaj on May 8 2019, 7:29 PM.
Tags
None
Referenced Files
F146479151: D20203.id57225.diff
Tue, Mar 3, 12:47 AM
F146392597: D20203.diff
Mon, Mar 2, 8:19 AM
Unknown Object (File)
Sat, Feb 28, 4:04 PM
Unknown Object (File)
Thu, Feb 26, 11:30 AM
Unknown Object (File)
Thu, Feb 19, 7:06 AM
Unknown Object (File)
Sat, Feb 14, 2:46 PM
Unknown Object (File)
Sun, Feb 8, 3:11 PM
Unknown Object (File)
Sun, Feb 8, 4:19 AM
Subscribers
None

Details

Summary

On powerpc64 redefine ARCH to powerpc to fix build.

PR:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237793

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

net/py-libnet/Makefile
42 ↗(On Diff #57195)

It would probably be cleaner and more readable to create a local variable, say, MY_ARCH with the substitution, and use that here.

Define LIBNET_ARCH and use that.

This revision is now accepted and ready to land.May 10 2019, 2:29 PM
This revision was automatically updated to reflect the committed changes.