diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 2003-01-28 15:29:59 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 2003-01-28 15:29:59 +0000 |
| commit | 0c2eea3a5f85891a89ebb6c2739de975320e030b (patch) | |
| tree | ca1abde30f9d8bb16efa4f4f944d00f61e1e8c6f /net/opal3/files/patch-unix | |
| parent | Add p5-Test-Exception 0.13, a perl module providing test functions for (diff) | |
Update to new version ready for GnomeMeeting upgrade
Diffstat (limited to 'net/opal3/files/patch-unix')
| -rw-r--r-- | net/opal3/files/patch-unix | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/net/opal3/files/patch-unix b/net/opal3/files/patch-unix new file mode 100644 index 000000000000..54e595a1f4c9 --- /dev/null +++ b/net/opal3/files/patch-unix @@ -0,0 +1,59 @@ +*** ../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) |
