Bug 238396 - [patch] net/samba48: make rpcgen respect CPP
Summary: [patch] net/samba48: make rpcgen respect CPP
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Timur I. Bakeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-07 16:30 UTC by Tijl Coosemans
Modified: 2019-06-21 03:15 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (timur)


Attachments
patch (495 bytes, patch)
2019-06-07 16:30 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans freebsd_committer freebsd_triage 2019-06-07 16:30:28 UTC
Created attachment 204886 [details]
patch

The samba48 build runs /usr/bin/rpcgen which tries to run /usr/bin/cpp which may not be the preprocessor set by the user in CPP and which may not even exist.  Set RPCGEN_CPP="${CPP}" in MAKE_ENV to fix the build in these cases.
Comment 1 Timur I. Bakeyev freebsd_committer freebsd_triage 2019-06-21 03:15:25 UTC
Committed, thanks!