pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/nvi



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr 20 11:27:29 UTC 2024

Modified Files:
        pkgsrc/editors/nvi: Makefile

Log Message:
nvi: Fix building on older Mac OS X versions


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/editors/nvi/Makefile

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

Modified files:

Index: pkgsrc/editors/nvi/Makefile
diff -u pkgsrc/editors/nvi/Makefile:1.56 pkgsrc/editors/nvi/Makefile:1.57
--- pkgsrc/editors/nvi/Makefile:1.56    Mon Jun 29 19:30:04 2020
+++ pkgsrc/editors/nvi/Makefile Sat Apr 20 11:27:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/06/29 19:30:04 leot Exp $
+# $NetBSD: Makefile,v 1.57 2024/04/20 11:27:29 nia Exp $
 
 DISTNAME=      nvi-1.81.6
 PKGREVISION=   13
@@ -21,6 +21,10 @@ CONFIGURE_SCRIPT=    ../dist/configure
 CONFIGURE_ARGS+=       --program-transform-name='s,^,n,'
 CONFIGURE_ENV+=                vi_cv_path_shell=${TOOLS_SH}
 
+.if ${OBJECT_FMT} == "Mach-O"
+CONFIGURE_ARGS+=       --disable-runpath
+.endif
+
 .if ${OPSYS} == "NetBSD"
 # XXX ignore NetBSD 2.0F and later's granpt(2) and SysV pty for just now
 CONFIGURE_ENV+=                vi_cv_sys5_pty=no



Home | Main Index | Thread Index | Old Index