diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-07-23 15:49:44 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-07-23 15:49:44 +0000 |
commit | ee6510a68df0ac06808dc10273e7dd3a66bd97e6 (patch) | |
tree | 8b07ed742fd3f40428414f86d974947ccf318957 /sysutils | |
parent | de0e94ccfe373b0a7c9e9fef4a8fdfa2b4a39004 (diff) | |
download | pkgsrc-ee6510a68df0ac06808dc10273e7dd3a66bd97e6.tar.gz |
Add -Dunix to compile options.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/psmisc/patches/patch-aa | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/psmisc/patches/patch-aa b/sysutils/psmisc/patches/patch-aa index 5ce5109d0a8..09902465f62 100644 --- a/sysutils/psmisc/patches/patch-aa +++ b/sysutils/psmisc/patches/patch-aa @@ -1,8 +1,11 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 11:14:07 agc Exp $ +$NetBSD: patch-aa,v 1.3 1999/07/23 15:49:44 frueauf Exp $ ---- Makefile.orig Mon Jul 28 10:28:00 1997 -+++ Makefile Sun Jul 19 17:35:06 1998 -@@ -3,11 +3,11 @@ +--- Makefile.orig Mon Jul 28 11:28:00 1997 ++++ Makefile Wed Jul 21 21:00:29 1999 +@@ -1,13 +1,13 @@ + CC=cc +-CFLAGS=-O -DPSMISC_VERSION=\"`cat VERSION`\" \ ++CFLAGS=-O -Dunix -DPSMISC_VERSION=\"`cat VERSION`\" \ -Wall -Wno-parentheses -Wwrite-strings -Wpointer-arith \ # -Wcast-align -Wconversion -g LDFLAGS=#-s -N #-Xlinker -qmagic |