pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/innoextract



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sun Oct 15 20:34:41 UTC 2023

Modified Files:
        pkgsrc/archivers/innoextract: Makefile

Log Message:
innoextract: Fix build on OSes with case sensitive FS


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/archivers/innoextract/Makefile

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

Modified files:

Index: pkgsrc/archivers/innoextract/Makefile
diff -u pkgsrc/archivers/innoextract/Makefile:1.25 pkgsrc/archivers/innoextract/Makefile:1.26
--- pkgsrc/archivers/innoextract/Makefile:1.25  Sun Apr 23 14:26:10 2023
+++ pkgsrc/archivers/innoextract/Makefile       Sun Oct 15 20:34:41 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2023/04/23 14:26:10 adam Exp $
+# $NetBSD: Makefile,v 1.26 2023/10/15 20:34:41 triaxx Exp $
 
 DISTNAME=      innoextract-1.9
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    archivers
 MASTER_SITES=  https://constexpr.org/innoextract/files/
 
@@ -13,9 +13,16 @@ LICENSE=     zlib
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+OBJDIR=                ../build
+CONFIGURE_DIRS=        ${OBJDIR}
+CMAKE_ARG_PATH=        ../${DISTNAME}
+
 CMAKE_ARGS+=   -DCMAKE_INSTALL_MANDIR=${PREFIX}/${PKGMANDIR}
 CMAKE_ARGS+=   -DSET_OPTIMIZATION_FLAGS=OFF
 
+pre-configure:
+       ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
+
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index