diff options
author | wiz <wiz@pkgsrc.org> | 2022-08-30 18:23:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-08-30 18:23:39 +0000 |
commit | 431be87af5f5dedd7e84e9f823580317308dcbaa (patch) | |
tree | e9d4b615d3fca6131fb55423c49c03ad3989c0b3 /x11 | |
parent | 7bd624254388c87966acd8800f9b4f65a137679e (diff) | |
download | pkgsrc-431be87af5f5dedd7e84e9f823580317308dcbaa.tar.gz |
libXfont2: remove -D_OPENBSD_SOURCE, not needed any longer
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXfont2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/libXfont2/Makefile b/x11/libXfont2/Makefile index 870a3b7f529..3669e24e850 100644 --- a/x11/libXfont2/Makefile +++ b/x11/libXfont2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/08/29 09:46:49 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/08/30 18:23:39 wiz Exp $ DISTNAME= libXfont2-2.0.6 CATEGORIES= x11 devel fonts @@ -18,7 +18,6 @@ USE_FEATURES+= strnlen PKGCONFIG_OVERRIDE+= xfont2.pc.in CONFIGURE_ARGS+= --disable-devel-docs -CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE X11_LIB_NAME?= libXfont2 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk" |