diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-08-07 16:23:46 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-08-07 16:23:46 +0000 |
commit | 84426939a3ad268b89e4cdf8cd6f635b81cdb4ec (patch) | |
tree | d08849837272c4b30063a75841c2f741db21e679 /x11 | |
parent | e09acd1de0480492bab1eea2e828dc40410c2d64 (diff) | |
download | pkgsrc-84426939a3ad268b89e4cdf8cd6f635b81cdb4ec.tar.gz |
vte3: remove now duplicated GCC special handling block (NFC)
Equivalent code is now present in mk/compiler/gcc.mk.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/vte3/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/x11/vte3/Makefile b/x11/vte3/Makefile index 19584467892..d0f6eb5d269 100644 --- a/x11/vte3/Makefile +++ b/x11/vte3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2022/07/22 17:07:15 micha Exp $ +# $NetBSD: Makefile,v 1.54 2022/08/07 16:23:46 gutteridge Exp $ DISTNAME= vte-0.68.0 PKGNAME= ${DISTNAME:S/vte/vte3/} @@ -23,15 +23,6 @@ GCC_REQD+= 10 .include "../../mk/bsd.prefs.mk" -# This package will link against libstdc++.so from the pkgsrc GCC when the -# base OS GCC doesn't meet the minimum requirement. Thus we do this so the -# appropriate gcc-libs package will be captured as a dependency, otherwise -# binary packages will be broken. -.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099982 -USE_PKGSRC_GCC= yes -USE_PKGSRC_GCC_RUNTIME= yes -.endif - # Otherwise, this will fail on Linux distributions that don't # have libsystemd. MESON_ARGS+= -D_systemd=false |