replace libiconv module with normal library dependency; no bump needed

This commit is contained in:
naddy 2016-04-05 19:05:37 +00:00
parent 6a9bb668d2
commit 82665efbd6
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.79 2016/03/11 20:28:23 naddy Exp $
# $OpenBSD: Makefile,v 1.80 2016/04/05 19:05:37 naddy Exp $
COMMENT= GNU gettext runtime libraries and programs
@ -19,8 +19,8 @@ MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# LGPLv2.1, GPLv3
PERMIT_PACKAGE_CDROM= Yes
MODULES= converters/libiconv
WANTLIB= c m stdc++
LIB_DEPENDS= converters/libiconv
WANTLIB= c m iconv stdc++
WRKSRC= ${WRKDIST}/gettext-runtime
CONFIGURE_STYLE=gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.75 2016/01/10 21:36:22 naddy Exp $
# $OpenBSD: Makefile,v 1.76 2016/04/05 19:05:37 naddy Exp $
COMMENT = mirroring/synchronization over low bandwidth links
@ -29,7 +29,8 @@ CONFIGURE_ARGS =--with-included-popt \
.if ${FLAVOR:Miconv}
CONFIGURE_ENV += CPPFLAGS='-I${LOCALBASE}/include' \
LDFLAGS='-L${LOCALBASE}/lib'
MODULES += converters/libiconv
LIB_DEPENDS += converters/libiconv
WANTLIB += iconv
.endif
DOCDIR = ${PREFIX}/share/doc/rsync