pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/openmw
Module Name: pkgsrc
Committed By: nia
Date: Sun Aug 4 10:40:42 UTC 2024
Modified Files:
pkgsrc/games/openmw: Makefile
Log Message:
openmw: Populate more "extern" directories that are needed during bulk
for some reason.
This is messy but the cmake scripts responsible are ...
complicated to understand.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/games/openmw/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/openmw/Makefile
diff -u pkgsrc/games/openmw/Makefile:1.86 pkgsrc/games/openmw/Makefile:1.87
--- pkgsrc/games/openmw/Makefile:1.86 Wed May 29 16:32:42 2024
+++ pkgsrc/games/openmw/Makefile Sun Aug 4 10:40:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2024/05/29 16:32:42 adam Exp $
+# $NetBSD: Makefile,v 1.87 2024/08/04 10:40:42 nia Exp $
DISTNAME= openmw-openmw-0.47.0
PKGNAME= ${DISTNAME:S/^openmw-//1}
@@ -43,6 +43,9 @@ pre-configure:
${WRKSRC}/components/fetched
${LN} -s ${WRKSRC}/extern/fetched \
${WRKSRC}/fetched
+ ${MKDIR} -p ${WRKSRC}/${CONFIGURE_DIR}/${CMAKE_BUILD_DIR}/extern
+ ${LN} -s ${WRKSRC}/extern/fetched \
+ ${WRKSRC}/${CONFIGURE_DIR}/${CMAKE_BUILD_DIR}/extern/fetched
.include "options.mk"
.include "../../devel/cmake/build.mk"
Home |
Main Index |
Thread Index |
Old Index