mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add --without-libintl-prefix as a CONFIGURE_ARG so to eliminate a
circular dependency with gettext. This prevents iconv from being linked against libintl. Bump PORTREVISION.
This commit is contained in:
parent
63e36698d9
commit
dbfa350e08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63943
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= libiconv
|
PORTNAME= libiconv
|
||||||
PORTVERSION= 1.8
|
PORTVERSION= 1.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= converters devel
|
CATEGORIES= converters devel
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -15,7 +16,8 @@ MAINTAINER= gnome@FreeBSD.org
|
||||||
|
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
LIBTOOLFILES= configure libcharset/configure
|
LIBTOOLFILES= configure libcharset/configure
|
||||||
CONFIGURE_ARGS= --enable-static
|
CONFIGURE_ARGS= --enable-static \
|
||||||
|
--without-libintl-prefix
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
MAN1= iconv.1
|
MAN1= iconv.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue