ensure we link libiconv on SunOS
This commit is contained in:
parent
86a6ddef54
commit
6eb64ae512
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.19 2016/11/16 15:29:35 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2016/11/23 23:41:30 wiedi Exp $
|
||||
|
||||
DISTNAME= xclip-0.13
|
||||
CATEGORIES= x11
|
||||
|
@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2
|
|||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= autoconf gmake
|
||||
|
||||
LDFLAGS.SunOS+= -liconv
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && autoreconf
|
||||
|
||||
|
|
Loading…
Reference in a new issue