pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hiawatha



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 17:00:18 UTC 2024

Modified Files:
        pkgsrc/www/hiawatha: Makefile

Log Message:
hiawatha: attempt to fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/hiawatha/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/hiawatha/Makefile
diff -u pkgsrc/www/hiawatha/Makefile:1.37 pkgsrc/www/hiawatha/Makefile:1.38
--- pkgsrc/www/hiawatha/Makefile:1.37   Thu Aug 22 17:54:51 2024
+++ pkgsrc/www/hiawatha/Makefile        Thu Oct 10 17:00:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2024/08/22 17:54:51 hauke Exp $
+# $NetBSD: Makefile,v 1.38 2024/10/10 17:00:18 nia Exp $
 
 PKGNAME=       hiawatha-${PKGVER}
 DISTNAME=      hiawatha-v${PKGVER}
@@ -23,6 +23,8 @@ HIAWATHA_WEBROOT=     ${VARBASE}/hiawatha
 
 BUILD_DEFS+=           VARBASE
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 # Config file processing
 CMAKE_BUILD_DIR=       .
 



Home | Main Index | Thread Index | Old Index