diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2003-08-28 06:56:10 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2003-08-28 06:56:10 +0000 |
commit | 38e9c2e97d3d99ba674f04204d7f662c7fe20a8b (patch) | |
tree | 9f66d6c3b3b540a0b620b3dcebba0f10c61bfe6c /net/openh323-112/files/patch-unix | |
parent | Upgrade to 0.98.0 (diff) |
Upgrade to 1.12.0.
pwlib has been split out into its own port.
Notes
Notes:
svn path=/head/; revision=87834
Diffstat (limited to 'net/openh323-112/files/patch-unix')
-rw-r--r-- | net/openh323-112/files/patch-unix | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/net/openh323-112/files/patch-unix b/net/openh323-112/files/patch-unix deleted file mode 100644 index 54e595a1f4c9..000000000000 --- a/net/openh323-112/files/patch-unix +++ /dev/null @@ -1,59 +0,0 @@ -*** ../pwlib/make/unix.mak.orig Fri Nov 22 10:59:27 2002 ---- ../pwlib/make/unix.mak Tue Jan 28 13:51:15 2003 -*************** ifeq ($(OSTYPE),FreeBSD) -*** 770,780 **** - - P_PTHREADS := 1 - -! ifeq ($(MACHTYPE),x86) -! ifdef CPUTYPE -! STDCCFLAGS += -mcpu=$(CPUTYPE) -! endif -! endif - - ifndef OSRELEASE - OSRELEASE := $(shell sysctl -n kern.osreldate) ---- 770,780 ---- - - P_PTHREADS := 1 - -! #ifeq ($(MACHTYPE),x86) -! #ifdef CPUTYPE -! #STDCCFLAGS += -mcpu=$(CPUTYPE) -! #endif -! #endif - - ifndef OSRELEASE - OSRELEASE := $(shell sysctl -n kern.osreldate) -*************** SHELL := /bin/sh -*** 1335,1345 **** - - # Directories - -- ifdef PREFIX -- UNIX_INC_DIR = $(PREFIX)/include/ptlib/unix -- else - UNIX_INC_DIR = $(PWLIBDIR)/include/ptlib/unix -- endif - - ifndef UNIX_SRC_DIR - UNIX_SRC_DIR = $(PWLIBDIR)/src/ptlib/unix ---- 1335,1341 ---- -*************** LDFLAGS += $(DEBLDFLAGS) -*** 1375,1381 **** - - else - -! OPTCCFLAGS += -O3 -DNDEBUG - #OPTCCFLAGS += -DP_USE_INLINES=1 - #OPTCCFLAGS += -fconserve-space - ifneq ($(OSTYPE),Carbon) ---- 1371,1378 ---- - - else - -! #OPTCCFLAGS += -O3 -DNDEBUG -! OPTCCFLAGS += -DNDEBUG - #OPTCCFLAGS += -DP_USE_INLINES=1 - #OPTCCFLAGS += -fconserve-space - ifneq ($(OSTYPE),Carbon) |