FreeBSD Bugzilla – Attachment 241254 Details for
Bug 270590
devel/samurai: Fix the LOCALBASE is not /usr/local
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the LOCALBASE is not /usr/local
samurai.diff (text/plain), 586 bytes, created by
Eric Camachat
on 2023-04-01 22:26:29 UTC
(
hide
)
Description:
Fix the LOCALBASE is not /usr/local
Filename:
MIME Type:
Creator:
Eric Camachat
Created:
2023-04-01 22:26:29 UTC
Size:
586 bytes
patch
obsolete
>diff --git devel/samurai/files/patch-Makefile devel/samurai/files/patch-Makefile >index 3e5b39578c0d..2945261336bd 100644 >--- devel/samurai/files/patch-Makefile >+++ devel/samurai/files/patch-Makefile >@@ -1,7 +1,11 @@ >---- Makefile.orig 2020-12-17 01:31:33 UTC >+--- Makefile.orig 2021-04-10 18:44:40 UTC > +++ Makefile >-@@ -3,7 +3,7 @@ >- PREFIX=/usr/local >+@@ -1,10 +1,10 @@ >+ .POSIX: >+ .PHONY: all install clean >+ >+-PREFIX=/usr/local >++PREFIX=${LOCALBASE} > BINDIR=$(PREFIX)/bin > MANDIR=$(PREFIX)/share/man > -ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra -Wpedantic -Wno-unused-parameter
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270590
: 241254