pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/tinyx-wscons



Module Name:    pkgsrc
Committed By:   nat
Date:           Sat Nov 30 07:34:02 UTC 2024

Modified Files:
        pkgsrc/x11/tinyx-wscons: Makefile

Log Message:
Pass args and env to configure so the pkg can be cross compiled.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/tinyx-wscons/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/tinyx-wscons/Makefile
diff -u pkgsrc/x11/tinyx-wscons/Makefile:1.8 pkgsrc/x11/tinyx-wscons/Makefile:1.9
--- pkgsrc/x11/tinyx-wscons/Makefile:1.8        Mon Jul 22 02:01:18 2024
+++ pkgsrc/x11/tinyx-wscons/Makefile    Sat Nov 30 07:34:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/07/22 02:01:18 nat Exp $
+# $NetBSD: Makefile,v 1.9 2024/11/30 07:34:02 nat Exp $
 
 VERSION=       0.5
 GITHUB_PROJECT=        tinyx-wscons
@@ -26,11 +26,11 @@ USE_LIBTOOL=                yes
 SPECIAL_PERMS+=                sbin/Xwscons ${SETUID_ROOT_PERMS}
 
 pre-configure:
-       cd ${WRKSRC} && ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
+       set -e; cd ${WRKSRC} && ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
        sh ./autogen.sh
 
 do-configure:
-       cd ${WRKSRC} && ./configure --prefix ${X11BASE}
+       cd ${WRKSRC} && ./configure --prefix ${X11BASE} ${CONFIGURE_ARGS}
 
 do-install:
 .for f in Xwscons



Home | Main Index | Thread Index | Old Index