FreeBSD Bugzilla – Attachment 204105 Details for
Bug 237663
[PATCH] net-im/coyim: Fix GTK tag in Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the GTK tag string passed to the compile options
coyim.GTK-fix.patch (text/plain), 563 bytes, created by
Santhosh Raju
on 2019-04-30 01:31:46 UTC
(
hide
)
Description:
Fixes the GTK tag string passed to the compile options
Filename:
MIME Type:
Creator:
Santhosh Raju
Created:
2019-04-30 01:31:46 UTC
Size:
563 bytes
patch
obsolete
>diff --git a/net-im/coyim/Makefile b/net-im/coyim/Makefile >index 44bb107..3d60910 100644 >--- a/net-im/coyim/Makefile >+++ b/net-im/coyim/Makefile >@@ -35,7 +35,8 @@ PLIST_FILES= bin/coyim \ > share/applications/coyim.desktop \ > share/pixmaps/coyim.png > >-GTK_BUILD_TAG= "$$(pkg-config --modversion gtk+-3.0 | ${TR} . _ | cut -d '_' -f 1-2)" >+GTK_VERSION= "$$(pkg-config --modversion gtk+-3.0 | ${TR} . _ | cut -d '_' -f 1-2)" >+GTK_BUILD_TAG= gtk_${GTK_VERSION} > > COYIM_ICON= coyim.png > COYIM_ICON_SRC= ${WRKSRC}/build/mac-bundle/coy.iconset/icon_32x32@2x.png
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
Flags:
santhosh.raju
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 237663
: 204105