pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/sbcl



Module Name:    pkgsrc
Committed By:   rjs
Date:           Thu Aug 31 22:29:43 UTC 2023

Modified Files:
        pkgsrc/lang/sbcl: Makefile

Log Message:
Move MKPIE_SUPPORTED line before include of bsd.prefs.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/lang/sbcl/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/sbcl/Makefile
diff -u pkgsrc/lang/sbcl/Makefile:1.99 pkgsrc/lang/sbcl/Makefile:1.100
--- pkgsrc/lang/sbcl/Makefile:1.99      Thu Aug 31 21:05:39 2023
+++ pkgsrc/lang/sbcl/Makefile   Thu Aug 31 22:29:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2023/08/31 21:05:39 rjs Exp $
+# $NetBSD: Makefile,v 1.100 2023/08/31 22:29:43 rjs Exp $
 
 DISTNAME=              ${PKGNAME_NOREV}-source
 PKGNAME=               sbcl-2.3.8
@@ -22,10 +22,10 @@ USE_TOOLS+=         gmake
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 
-.include "../../mk/bsd.prefs.mk"
-
 MKPIE_SUPPORTED=no
 
+.include "../../mk/bsd.prefs.mk"
+
 #
 # Bootstrap section.
 #



Home | Main Index | Thread Index | Old Index