pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/jolly



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Apr 15 14:17:58 UTC 2023

Modified Files:
        pkgsrc/x11/jolly: Makefile

Log Message:
x11/jolly: fix failed install

See, http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20230411.1136/jolly-0.2.0/install.log


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/jolly/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/jolly/Makefile
diff -u pkgsrc/x11/jolly/Makefile:1.3 pkgsrc/x11/jolly/Makefile:1.4
--- pkgsrc/x11/jolly/Makefile:1.3       Tue Feb  7 17:24:32 2023
+++ pkgsrc/x11/jolly/Makefile   Sat Apr 15 14:17:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/02/07 17:24:32 pin Exp $
+# $NetBSD: Makefile,v 1.4 2023/04/15 14:17:57 pin Exp $
 
 DISTNAME=      jolly-0.2.0
 CATEGORIES=    x11
@@ -20,6 +20,7 @@ INSTALLATION_DIRS=    bin share/examples/jo
 
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib
 RUSTFLAGS+=    -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
+RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.freetype2}/lib
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/jolly \



Home | Main Index | Thread Index | Old Index