mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Fix breakage on WITHOUT_NLS=t condition by forcing --enable-nls in
configure args which I fogot in previous commit. Reported by: kris
This commit is contained in:
parent
37b428c21f
commit
47953517b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188791
@ -65,13 +65,13 @@ CONFIGURE_ARGS+=--disable-ldap
|
||||
PLIST_SUB+= LDAP="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_NLS)
|
||||
#.if defined(WITH_NLS)
|
||||
CONFIGURE_ARGS+=--enable-nls
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
#.else
|
||||
#CONFIGURE_ARGS+=--disable-nls
|
||||
#PLIST_SUB+= NLS="@comment "
|
||||
#.endif
|
||||
|
||||
.if defined(WITH_SCDAEMON)
|
||||
CONFIGURE_ARGS+=--enable-scdaemon
|
||||
|
Loading…
Reference in New Issue
Block a user