pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libpe
Module Name: pkgsrc
Committed By: nia
Date: Thu Oct 10 20:24:18 UTC 2024
Modified Files:
pkgsrc/security/libpe: Makefile.common
Log Message:
libpe: Necessary defines to get all necessary functions
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/libpe/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/libpe/Makefile.common
diff -u pkgsrc/security/libpe/Makefile.common:1.1 pkgsrc/security/libpe/Makefile.common:1.2
--- pkgsrc/security/libpe/Makefile.common:1.1 Sun May 30 00:49:51 2021
+++ pkgsrc/security/libpe/Makefile.common Thu Oct 10 20:24:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2021/05/30 00:49:51 khorben Exp $
+# $NetBSD: Makefile.common,v 1.2 2024/10/10 20:24:18 nia Exp $
#
# used by security/libpe/Makefile
# used by security/pev/Makefile
@@ -11,3 +11,7 @@ MAINTAINER= khorben%defora.org@localhost
HOMEPAGE= https://pev.sourceforge.io/
USE_TOOLS+= gmake
+
+CFLAGS+= -D_POSIX_C_SOURCE=200112L
+CFLAGS.SunOS+= -D__EXTENSIONS__
+CFLAGS.NetBSD+= -D_NETBSD_SOURCE
Home |
Main Index |
Thread Index |
Old Index