diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-08-11 13:37:24 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-08-11 13:37:24 +0000 |
commit | 4eabed2ba5a848b36cd035b1420b19dd3776cef7 (patch) | |
tree | e78222f9aff053d771442af049ab909b142a0f44 /x11 | |
parent | 869430587e12effe234f276f348e5e94acbdce3a (diff) | |
download | pkgsrc-4eabed2ba5a848b36cd035b1420b19dd3776cef7.tar.gz |
libXpm: Add USE_EXPLICIT_LIBDEPS, set to no.
This variable controls whether we add the explicit library dependencies from
libiconv and gettext-lib, required by this package as it's a bit special in how
it handles libintl.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXpm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index 658ef84ffa6..e4bf20e473e 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2022/04/10 08:53:16 nia Exp $ +# $NetBSD: Makefile,v 1.24 2022/08/11 13:37:24 jperkin Exp $ DISTNAME= libXpm-3.5.13 CATEGORIES= graphics x11 @@ -22,6 +22,7 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1 # pass down INTLLIBS in the build environment for use by the [cs]xpm # Makefiles. # +USE_EXPLICIT_LIBDEPS= no CONFIGURE_ENV+= ac_cv_search_gettext=no MAKE_ENV+= INTLLIBS=${BUILDLINK_LDADD.gettext:Q} |