pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/thttpd



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 30 10:02:53 UTC 2025

Modified Files:
        pkgsrc/www/thttpd: Makefile

Log Message:
thttpd: Fix building on SCO_SV (SCO OpenServer 5 Definitive 2018).


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/www/thttpd/Makefile

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

Modified files:

Index: pkgsrc/www/thttpd/Makefile
diff -u pkgsrc/www/thttpd/Makefile:1.53 pkgsrc/www/thttpd/Makefile:1.54
--- pkgsrc/www/thttpd/Makefile:1.53     Mon Nov  4 22:10:15 2019
+++ pkgsrc/www/thttpd/Makefile  Sun Mar 30 10:02:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2019/11/04 22:10:15 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2025/03/30 10:02:53 nia Exp $
 
 DISTNAME=      thttpd-2.29
 CATEGORIES=    www
@@ -38,6 +38,8 @@ SUBST_STAGE.paths=    pre-configure
 
 MAKE_JOBS_SAFE=        no
 
+CFLAGS.SCO_SV+=        -DMAXPATHLEN=255 -DS_IFSOCK=0
+
 post-extract:
        ${CP} ${FILESDIR}/thttpd.conf ${WRKSRC}
 



Home | Main Index | Thread Index | Old Index