[Bug 223801] misc/owrep: fix hard-coded /usr/local
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 22 10:00:20 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223801
Bug ID: 223801
Summary: misc/owrep: fix hard-coded /usr/local
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: z7dr6ut7gs at snkmail.com
Created attachment 188194
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188194&action=edit
[patch] fix a couple more hard-coded /usr/local references
fix hard-coded /usr/local in owrep.c (config file). Otherwise it will look for
the config file in /usr/local even if LOCALBASE is not /usr/local or PREFIX is
not /usr/local.
less important (since CFLAGS is overridden by ports build) - fix hard-coded
-I/usr/local/include in Makefile. This just fixed another case of /usr/local I
noticed. But we override CFLAGS in MAKE_ARGS, so this part of the patch is
just to have the Makefile look clean of hard-coded /usr/local references.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list