FreeBSD Bugzilla – Attachment 246732 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]
patch v3
xfce-icons-elementary.diff (text/plain), 692 bytes, created by
Guido Falsi
on 2023-12-02 21:00:26 UTC
(
hide
)
Description:
patch v3
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2023-12-02 21:00:26 UTC
Size:
692 bytes
patch
obsolete
>diff --git a/x11-themes/xfce-icons-elementary/Makefile b/x11-themes/xfce-icons-elementary/Makefile >index 7ffdbb9a8ac1..29ebbddb6887 100644 >--- a/x11-themes/xfce-icons-elementary/Makefile >+++ b/x11-themes/xfce-icons-elementary/Makefile >@@ -16,6 +16,7 @@ USES= compiler:c11 gnome pkgconfig > USE_GNOME= gdkpixbuf2:build gtk30:build > > HAS_CONFIGURE= yes >+CONFIGURE_ARGS= --prefix="${PREFIX}" > > USE_GITHUB= yes > GH_ACCOUNT= shimmerproject >@@ -24,7 +25,7 @@ GH_PROJECT= elementary-xfce > 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