pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libX11



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 30 18:33:24 UTC 2022

Modified Files:
        pkgsrc/x11/libX11: Makefile

Log Message:
libX11: remove unneeded configure flags/defines


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/libX11/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libX11/Makefile
diff -u pkgsrc/x11/libX11/Makefile:1.65 pkgsrc/x11/libX11/Makefile:1.66
--- pkgsrc/x11/libX11/Makefile:1.65     Sun Jul  3 09:44:13 2022
+++ pkgsrc/x11/libX11/Makefile  Tue Aug 30 18:33:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2022/07/03 09:44:13 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2022/08/30 18:33:24 wiz Exp $
 
 DISTNAME=              libX11-1.8.1
 CATEGORIES=            x11 devel
@@ -19,10 +19,6 @@ PKGCONFIG_OVERRIDE+= x11.pc.in
 
 CONFIGURE_ENV+=                FILE_MAN_SUFFIX=5
 
-CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
-# for reallocarray()
-CPPFLAGS.NetBSD+=      -D_OPENBSD_SOURCE
-
 .include "../../mk/pthread.buildlink3.mk"
 CPPFLAGS.OSF1+=                ${PTHREAD_CFLAGS} # Required by compiler if including pthread.h
 CPPFLAGS.MirBSD+=      ${PTHREAD_CFLAGS}



Home | Main Index | Thread Index | Old Index