pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/httpfile
Module Name: pkgsrc
Committed By: schmonz
Date: Sat May 14 21:38:09 UTC 2022
Modified Files:
pkgsrc/www/httpfile: Makefile
Log Message:
Solarish needs -lsocket.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/httpfile/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/httpfile/Makefile
diff -u pkgsrc/www/httpfile/Makefile:1.2 pkgsrc/www/httpfile/Makefile:1.3
--- pkgsrc/www/httpfile/Makefile:1.2 Tue Jan 4 22:35:24 2022
+++ pkgsrc/www/httpfile/Makefile Sat May 14 21:38:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 22:35:24 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/14 21:38:09 schmonz Exp $
GITHUB_PROJECT= httpfile
GITHUB_TAG= 20220101
@@ -12,6 +12,8 @@ HOMEPAGE= https://mojzis.com/software/h
COMMENT= Secure HTTP server derived from publicfile
LICENSE= djb-nonlicense
+LDFLAGS.SunOS+= -lsocket
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
TEST_TARGET= rts
Home |
Main Index |
Thread Index |
Old Index