Page MenuHomeFreeBSD

net/py-libnet: fix on powerpc64
ClosedPublic

Authored by pkubaj on May 8 2019, 7:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 6 2025, 4:16 PM
Unknown Object (File)
Mar 6 2025, 2:45 PM
Unknown Object (File)
Mar 6 2025, 11:26 AM
Unknown Object (File)
Mar 6 2025, 11:18 AM
Unknown Object (File)
Mar 6 2025, 5:25 AM
Unknown Object (File)
Mar 5 2025, 12:04 PM
Unknown Object (File)
Feb 24 2025, 8:52 AM
Unknown Object (File)
Feb 18 2025, 11:30 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.