FreeBSD Bugzilla – Attachment 246728 Details for
Bug 275487
x11-themes/xfce-icons-elementary (still) not prefix-safe
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Explicitly set PREFIX, use proper CFLAGS
xfce-icons-elementary.patch (text/plain), 588 bytes, created by
Mikhail T.
on 2023-12-02 17:53:44 UTC
(
hide
)
Description:
Explicitly set PREFIX, use proper CFLAGS
Filename:
MIME Type:
Creator:
Mikhail T.
Created:
2023-12-02 17:53:44 UTC
Size:
588 bytes
patch
obsolete
>diff --git a/x11-themes/xfce-icons-elementary/Makefile b/x11-themes/xfce-icons-elementary/Makefile >index 7ffdbb9a8ac..83e3468b6ba 100644 >--- a/x11-themes/xfce-icons-elementary/Makefile >+++ b/x11-themes/xfce-icons-elementary/Makefile >@@ -20,11 +20,12 @@ HAS_CONFIGURE= yes > USE_GITHUB= yes > GH_ACCOUNT= shimmerproject > GH_PROJECT= elementary-xfce >+MAKE_ARGS+= PREFIX="${PREFIX}" > > NO_ARCH= yes > > post-patch: >- ${REINPLACE_CMD} -e 's|\/$$(PREFIX)|$$(PREFIX)|g' \ >- ${WRKSRC}/Makefile.in >+ ${REINPLACE_CMD} -e 's|-O0|${CFLAGS}|' \ >+ ${WRKSRC}/svgtopng/Makefile > > .include <bsd.port.mk>
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 275487
:
246728
|
246730
|
246732