diff options
Diffstat (limited to 'ham')
-rw-r--r-- | ham/predict/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/predict/Makefile b/ham/predict/Makefile index 5a5748297fd..106ae7a9ec9 100644 --- a/ham/predict/Makefile +++ b/ham/predict/Makefile @@ -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" |