Remove unnecessary patch

This commit is contained in:
2018-01-21 09:51:26 +01:00
parent 8138e16526
commit 837396d38c

View File

@@ -3,11 +3,7 @@
# sources
.PATH: ${ARCHDIR}/citrus ${.CURDIR}/citrus
.if !defined(__MINIX)
MODULE_SHLIB_MAJOR!= . ${NETBSDSRCDIR}/lib/i18n_module/shlib_version ; echo $$major
.else
MODULE_SHLIB_MAJOR=1
.endif # !defined(__MINIX)
CPPFLAGS.citrus_module.c+=-DI18NMODULE_MAJOR=${MODULE_SHLIB_MAJOR}
SRCS+= citrus_bcs.c citrus_bcs_strtol.c citrus_bcs_strtoul.c \
citrus_csmapper.c citrus_ctype.c citrus_ctype_fallback.c \