pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/qvwm qvwm: add missing libraries for the SunOS linker



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be753cb18bbc
branches:  trunk
changeset: 458502:be753cb18bbc
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Sep 17 10:27:34 2021 +0000

description:
qvwm: add missing libraries for the SunOS linker

diffstat:

 wm/qvwm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9ab7c43221bb -r be753cb18bbc wm/qvwm/Makefile
--- a/wm/qvwm/Makefile  Fri Sep 17 10:24:08 2021 +0000
+++ b/wm/qvwm/Makefile  Fri Sep 17 10:27:34 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2021/05/14 10:55:34 nia Exp $
+# $NetBSD: Makefile,v 1.44 2021/09/17 10:27:34 nia Exp $
 
 DISTNAME=      qvwm-1.1.12
 CATEGORIES=    wm
@@ -13,6 +13,8 @@
 USE_TOOLS+=    bison flex
 USE_LANGUAGES= c c++03
 
+LIBS.SunOS+=   -lICE -lSM
+
 # Avoid embedding relative paths into the binary.
 CONFIGURE_ENV+=                ac_cv_path_PATH_RM=${RM}
 



Home | Main Index | Thread Index | Old Index