pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ecl



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Mon Sep 14 13:46:40 UTC 2026

Modified Files:
        pkgsrc/lang/ecl: Makefile

Log Message:
ecl: remove uneeded subst


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/ecl/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/ecl/Makefile
diff -u pkgsrc/lang/ecl/Makefile:1.32 pkgsrc/lang/ecl/Makefile:1.33
--- pkgsrc/lang/ecl/Makefile:1.32       Wed Sep  9 20:11:30 2026
+++ pkgsrc/lang/ecl/Makefile    Mon Sep 14 13:46:40 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2026/09/09 20:11:30 ktnb Exp $
+# $NetBSD: Makefile,v 1.33 2026/09/14 13:46:40 ktnb Exp $
 
 DISTNAME=              ecl-26.5.5
 CATEGORIES=            lang
@@ -21,12 +21,6 @@ TEXINFO_REQD+=               5.2
 
 CONFIGURE_ARGS+=       --enable-boehm=system --enable-gmp=system
 
-SUBST_CLASSES+=                libdir
-SUBST_STAGE.libdir=    pre-configure
-SUBST_MESSAGE.libdir=  Fixing libffi layout.
-SUBST_FILES.libdir=    src/c/ffi.d
-SUBST_SED.libdir=      -e '/include.*<ffi/ffi.h>/s:ffi/ffi.h:ffi.h:'
-
 SUBST_CLASSES+=                rpath
 SUBST_STAGE.rpath=     pre-configure
 SUBST_MESSAGE.rpath=   Fixing rpath variable for Darwin.



Home | Main Index | Thread Index | Old Index