pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/opencc
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Jun 19 11:01:18 UTC 2024
Modified Files:
pkgsrc/converters/opencc: Makefile
Log Message:
opencc: Add DYLD_LIBRARY_PATH for macOS.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/opencc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/opencc/Makefile
diff -u pkgsrc/converters/opencc/Makefile:1.8 pkgsrc/converters/opencc/Makefile:1.9
--- pkgsrc/converters/opencc/Makefile:1.8 Mon Aug 14 05:23:57 2023
+++ pkgsrc/converters/opencc/Makefile Wed Jun 19 11:01:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/08/14 05:23:57 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/06/19 11:01:18 jperkin Exp $
VERSION= 1.1.3
GITHUB_PROJECT= OpenCC
@@ -27,6 +27,7 @@ PKGCONFIG_OVERRIDE+= opencc.pc.in
USE_GCC_RUNTIME= yes
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/src
+MAKE_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/src
TEST_TARGET= test
Home |
Main Index |
Thread Index |
Old Index