diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-10 21:29:51 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-10 21:29:51 +0000 |
| commit | 4c44860299f2b768b886621ae340c62bf4411c54 (patch) | |
| tree | 8ed4f0653da18b87532462bcc92e5bbcdde0fc27 /devel/pwlib/files/patch-unix | |
| parent | List removal of linux_base-6 and netscape7 ports. (diff) | |
- Update to 1.5.2
PR: ports/82086
Submitted by: Steve Ames <steve@energistic.com>
Notes
Notes:
svn path=/head/; revision=137232
Diffstat (limited to 'devel/pwlib/files/patch-unix')
| -rw-r--r-- | devel/pwlib/files/patch-unix | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/devel/pwlib/files/patch-unix b/devel/pwlib/files/patch-unix index 205bd870e479..945ad223fb83 100644 --- a/devel/pwlib/files/patch-unix +++ b/devel/pwlib/files/patch-unix @@ -1,7 +1,7 @@ -*** make/unix.mak.orig Thu Aug 28 08:39:18 2003 ---- make/unix.mak Thu Aug 28 08:42:30 2003 -*************** endif # linux -*** 338,348 **** +*** make/unix.mak.orig Thu Jul 24 22:01:42 2003 +--- make/unix.mak Fri Jun 3 15:13:47 2005 +*************** +*** 358,368 **** ifeq ($(OSTYPE),FreeBSD) @@ -13,7 +13,7 @@ ifndef OSRELEASE OSRELEASE := $(shell sysctl -n kern.osreldate) ---- 338,348 ---- +--- 358,368 ---- ifeq ($(OSTYPE),FreeBSD) @@ -25,8 +25,8 @@ ifndef OSRELEASE OSRELEASE := $(shell sysctl -n kern.osreldate) -*************** SHELL := /bin/sh -*** 871,881 **** +*************** +*** 891,901 **** # Directories @@ -38,7 +38,7 @@ ifndef UNIX_SRC_DIR UNIX_SRC_DIR = $(PWLIBDIR)/src/ptlib/unix ---- 871,881 ---- +--- 891,901 ---- # Directories @@ -50,20 +50,20 @@ ifndef UNIX_SRC_DIR UNIX_SRC_DIR = $(PWLIBDIR)/src/ptlib/unix -*************** LDFLAGS += $(DEBLDFLAGS) -*** 912,918 **** +*************** +*** 932,938 **** else ifneq ($(OSTYPE),Darwin) -! OPTCCFLAGS += -O3 -DNDEBUG +! OPTCCFLAGS += -Os -DNDEBUG else OPTCCFLAGS += -O2 -DNDEBUG endif ---- 912,919 ---- +--- 932,939 ---- else ifneq ($(OSTYPE),Darwin) -! # OPTCCFLAGS += -O3 -DNDEBUG +! # OPTCCFLAGS += -Os -DNDEBUG ! OPTCCFLAGS += -DNDEBUG else OPTCCFLAGS += -O2 -DNDEBUG |
