SunOS requires an explicit -liconv.
This commit is contained in:
parent
dccecd33d5
commit
4191400246
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.53 2015/03/15 19:51:05 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2017/05/12 11:55:32 jperkin Exp $
|
||||
|
||||
DISTNAME= pekwm-0.1.17
|
||||
CATEGORIES= wm
|
||||
|
@ -16,6 +16,8 @@ USE_LANGUAGES= c c++
|
|||
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
|
||||
|
||||
LIBS.SunOS+= -liconv
|
||||
|
||||
PKG_SYSCONFSUBDIR= pekwm
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/pekwm
|
||||
|
|
Loading…
Reference in a new issue