pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libidn2
Module Name: pkgsrc
Committed By: nia
Date: Mon Nov 6 11:38:57 UTC 2023
Modified Files:
pkgsrc/devel/libidn2: Makefile
Log Message:
libidn2: Explicitly disable RPATH on Darwin, fixes build on 10.4
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libidn2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libidn2/Makefile
diff -u pkgsrc/devel/libidn2/Makefile:1.15 pkgsrc/devel/libidn2/Makefile:1.16
--- pkgsrc/devel/libidn2/Makefile:1.15 Sun Oct 30 11:19:21 2022
+++ pkgsrc/devel/libidn2/Makefile Mon Nov 6 11:38:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/10/30 11:19:21 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/11/06 11:38:57 nia Exp $
DISTNAME= libidn2-2.3.4
CATEGORIES= devel
@@ -16,6 +16,8 @@ PKGCONFIG_OVERRIDE+= libidn2.pc.in
INFO_FILES= yes
TEST_TARGET= check
+CONFIGURE_ARGS.Darwin+= --disable-rpath
+
# XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc
# XXX: package is installed and then fails in the installation phase.
CONFIGURE_ENV+= ac_cv_prog_GTKDOC_CHECK=
Home |
Main Index |
Thread Index |
Old Index