pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/qvwm



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep 17 10:27:34 UTC 2021

Modified Files:
        pkgsrc/wm/qvwm: Makefile

Log Message:
qvwm: add missing libraries for the SunOS linker


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/wm/qvwm/Makefile

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

Modified files:

Index: pkgsrc/wm/qvwm/Makefile
diff -u pkgsrc/wm/qvwm/Makefile:1.43 pkgsrc/wm/qvwm/Makefile:1.44
--- pkgsrc/wm/qvwm/Makefile:1.43        Fri May 14 10:55:34 2021
+++ pkgsrc/wm/qvwm/Makefile     Fri Sep 17 10:27:34 2021
@@ -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 @@ GNU_CONFIGURE=        yes
 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