pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/oorexx



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 19 11:11:23 UTC 2024

Modified Files:
        pkgsrc/lang/oorexx: Makefile

Log Message:
oorexx: Add DYLD_LIBRARY_PATH for macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/oorexx/Makefile

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

Modified files:

Index: pkgsrc/lang/oorexx/Makefile
diff -u pkgsrc/lang/oorexx/Makefile:1.1 pkgsrc/lang/oorexx/Makefile:1.2
--- pkgsrc/lang/oorexx/Makefile:1.1     Tue Apr  2 18:59:15 2024
+++ pkgsrc/lang/oorexx/Makefile Wed Jun 19 11:11:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/04/02 18:59:15 rhialto Exp $
+# $NetBSD: Makefile,v 1.2 2024/06/19 11:11:23 jperkin Exp $
 #
 
 DISTNAME=      oorexx-5.0.0-12583
@@ -26,6 +26,7 @@ WRKSRC=               ${WRKDIR}
 
 # Runs the built executable bin/rexx during build.
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/lib
+MAKE_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/lib
 
 CMAKE_ARGS+=   -DORX_SHEBANG=${PREFIX}/bin/rexx
 CMAKE_ARGS+=   -DCMAKE_DISABLE_FIND_PACKAGE_Subversion:BOOL=TRUE



Home | Main Index | Thread Index | Old Index