pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/predict



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun May  5 21:44:58 UTC 2019

Modified Files:
        pkgsrc/ham/predict: Makefile

Log Message:
predict: fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/ham/predict/Makefile

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

Modified files:

Index: pkgsrc/ham/predict/Makefile
diff -u pkgsrc/ham/predict/Makefile:1.3 pkgsrc/ham/predict/Makefile:1.4
--- pkgsrc/ham/predict/Makefile:1.3     Sat Sep 29 14:01:58 2018
+++ pkgsrc/ham/predict/Makefile Sun May  5 21:44:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/09/29 14:01:58 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2019/05/05 21:44:58 wiedi Exp $
 #
 
 DISTNAME=      predict-2.2.3
@@ -14,6 +14,8 @@ LICENSE=      gnu-gpl-v2
 FAKE_NCURSES=  yes
 USE_LANGUAGES= c
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 do-configure:
        printf "const char predictpath[] = \"${PREFIX}/share/predict/\";\n" > "${WRKSRC}/predict.h"
        printf "const int soundcard = 1;\n" >> "${WRKSRC}/predict.h"



Home | Main Index | Thread Index | Old Index