Opened 14 years ago
Closed 14 years ago
#2028 closed Patches (fixed)
FreeBSD specific patches to boost 1.34.0
Reported by: | René Rivera | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | regex |
Version: | Boost 1.34.0 | Severity: | Showstopper |
Keywords: | patch freebsd | Cc: | barner@… |
Description
Porting boost 1.34.0 to FreeBSD (I am the FBSD maintainer of the boost port), resulted in the following patches that should be included into the boost distribution:
patch-libs_regex_build_Jamfile.v2: /usr/local/include is not a standard include path on FreeBSD and thus must be explicitly passed to the compiler in order to detect and use the ICU library
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | patch-libs_regex_build_Jamfile.v2 added |
---|
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
Milestone: | Boost 1.36.0 → Boost 1.37.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
I believe this is now fixed in revision #48454 but can't test it here, if it doesn't fix the issue, then please reopen.
Regards, John.
Note:
See TracTickets
for help on using tickets.
Unfortunately that patch will break other platforms which don't like it one bit if /usr/local gets added to the user-include path list.
Do you know of a way to make the patch FreeBSD specific?
Thanks, John.