qvwm: add missing libraries for the SunOS linker
This commit is contained in:
parent
aef8520349
commit
b4e74748e1
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue