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)
Tue, Aug 11, 10:43 PM
Unknown Object (File)
Tue, Aug 11, 1:35 PM
Unknown Object (File)
Tue, Aug 11, 9:01 AM
Unknown Object (File)
Tue, Aug 11, 3:49 AM
Unknown Object (File)
Sat, Aug 8, 6:12 PM
Unknown Object (File)
Sat, Aug 8, 6:04 PM
Unknown Object (File)
Sat, Aug 8, 12:33 PM
Unknown Object (File)
Jun 17 2026, 3:58 PM
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.