pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/owl-lisp



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Jan 16 03:52:32 UTC 2023

Modified Files:
        pkgsrc/lang/owl-lisp: Makefile

Log Message:
lang/owl-lisp: requires -lsocket -lnsl on solaris


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/owl-lisp/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/owl-lisp/Makefile
diff -u pkgsrc/lang/owl-lisp/Makefile:1.3 pkgsrc/lang/owl-lisp/Makefile:1.4
--- pkgsrc/lang/owl-lisp/Makefile:1.3   Tue May 24 12:54:27 2022
+++ pkgsrc/lang/owl-lisp/Makefile       Mon Jan 16 03:52:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/05/24 12:54:27 nikita Exp $
+# $NetBSD: Makefile,v 1.4 2023/01/16 03:52:32 dholland Exp $
 
 DISTNAME=      owl-v0.2
 PKGNAME=       ${DISTNAME:S/owl-v/owl-lisp-/}
@@ -13,6 +13,8 @@ HOMEPAGE=     https://haltp.org/n/owl
 COMMENT=       Purely functional dialect of Scheme
 LICENSE=       mit
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 INSTALL_MAKE_FLAGS=    DESTDIR=${DESTDIR}
 INSTALL_MAKE_FLAGS+=   PREFIX=${PREFIX}
 INSTALL_MAKE_FLAGS+=   MANDIR=/${PKGMANDIR}



Home | Main Index | Thread Index | Old Index