pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/gtk2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu May  1 13:59:22 UTC 2025

Modified Files:
        pkgsrc/x11/gtk2: Makefile

Log Message:
gtk2: put MACOSX_DEPLOYMENT_TARGET in MAKE_ENV instead ...

... for now.
This mimics what other pkgsrc packages like qt5-qtbase and gimp do.
But it's not a good solution because it might conflict with
what the user placed in mk.conf.


To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 pkgsrc/x11/gtk2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/gtk2/Makefile
diff -u pkgsrc/x11/gtk2/Makefile:1.356 pkgsrc/x11/gtk2/Makefile:1.357
--- pkgsrc/x11/gtk2/Makefile:1.356      Thu May  1 13:47:16 2025
+++ pkgsrc/x11/gtk2/Makefile    Thu May  1 13:59:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.356 2025/05/01 13:47:16 tnn Exp $
+# $NetBSD: Makefile,v 1.357 2025/05/01 13:59:22 tnn Exp $
 
 DISTNAME=      gtk+-2.24.33
 PKGNAME=       ${DISTNAME:S/gtk/gtk2/}
@@ -74,7 +74,7 @@ CONFIGURE_ARGS+=      GTK_UPDATE_ICON_CACHE=$
 
 # http://github.com/macports/macports-ports/pull/25847
 .if ${OPSYS} == "Darwin" && ${OPSYS_VERSION} >= 150000
-MACOSX_DEPLOYMENT_TARGET=      14.0
+MAKE_ENV+=             MACOSX_DEPLOYMENT_TARGET=14.0
 .endif
 
 #SUBST_CLASSES+=       pthread



Home | Main Index | Thread Index | Old Index