diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2003-08-31 19:12:21 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2003-08-31 19:12:21 +0000 |
commit | f01ce558427e6b313c969b9d6ad4a3aa064558bb (patch) | |
tree | 2aa39488905ce2ba581a07b2154f8bf4743c8a80 /devel/pwlib/files | |
parent | 6b6c7fdb53a2c5eef0686ac676b1d2cc3fb85453 (diff) |
Notes
Diffstat (limited to 'devel/pwlib/files')
-rw-r--r-- | devel/pwlib/files/patch-configurein | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/pwlib/files/patch-configurein b/devel/pwlib/files/patch-configurein new file mode 100644 index 000000000000..a53c4f7e9403 --- /dev/null +++ b/devel/pwlib/files/patch-configurein @@ -0,0 +1,19 @@ +*** configure.in.orig Sun Aug 31 09:31:23 2003 +--- configure.in Sun Aug 31 09:31:50 2003 +*************** case "$target_os" in +*** 39,45 **** + STDCCFLAGS="-DP_LINUX=$OSRELEASE" ;; + + freebsd* ) OSTYPE=FreeBSD ; +! OSRELEASE=`sysctl -n kern.osreldate` ; + STDCCFLAGS="-DP_FREEBSD=$OSRELEASE" ;; + + openbsd* ) OSTYPE=OpenBSD ; +--- 39,45 ---- + STDCCFLAGS="-DP_LINUX=$OSRELEASE" ;; + + freebsd* ) OSTYPE=FreeBSD ; +! ## use enviroment variable OSRELEASE=`sysctl -n kern.osreldate` ; + STDCCFLAGS="-DP_FREEBSD=$OSRELEASE" ;; + + openbsd* ) OSTYPE=OpenBSD ; |