pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/putty
Module Name: pkgsrc
Committed By: tnn
Date: Tue Feb 14 18:19:49 UTC 2023
Modified Files:
pkgsrc/security/putty: Makefile
Log Message:
putty: update macOS build fix
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/security/putty/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/putty/Makefile
diff -u pkgsrc/security/putty/Makefile:1.74 pkgsrc/security/putty/Makefile:1.75
--- pkgsrc/security/putty/Makefile:1.74 Tue Feb 14 03:28:07 2023
+++ pkgsrc/security/putty/Makefile Tue Feb 14 18:19:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2023/02/14 03:28:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.75 2023/02/14 18:19:49 tnn Exp $
#
DISTNAME= putty-0.78
@@ -36,9 +36,8 @@ LDFLAGS.Linux+= -ldl
.include "../../x11/gtk3/buildlink3.mk"
.if !empty(PKG_BUILD_OPTIONS.gtk3:Mquartz)
-# Override default GTK_CONFIG from Makefile.gtk to prevent search for x11.pc
-MAKE_FLAGS+= "GTK_CONFIG=pkg-config gtk+-3.0"
-CFLAGS+= -DOSX_GTK
+BUILDLINK_TRANSFORM+= rm:-lX11 rm:-lXext
+CFLAGS+= -DOSX_GTK
.endif
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index