diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2001-08-10 15:31:11 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2001-08-10 15:31:11 +0000 |
commit | a5add7535855d2096d934ab33b81baa186c84197 (patch) | |
tree | 914aa24484632c75570ceaade2ea7954b6cc2b39 /net/opal3/files | |
parent | c01b5d0452ac138ba0119d7b084cf7c72ce29d93 (diff) | |
download | ports-a5add7535855d2096d934ab33b81baa186c84197.tar.gz ports-a5add7535855d2096d934ab33b81baa186c84197.zip |
Notes
Diffstat (limited to 'net/opal3/files')
-rw-r--r-- | net/opal3/files/patch-aa | 69 |
1 files changed, 45 insertions, 24 deletions
diff --git a/net/opal3/files/patch-aa b/net/opal3/files/patch-aa index 4dc96d5c7345..67185d92471a 100644 --- a/net/opal3/files/patch-aa +++ b/net/opal3/files/patch-aa @@ -1,24 +1,45 @@ ---- ../pwlib/make/unix.mak.orig Mon Jun 26 04:17:20 2000 -+++ ../pwlib/make/unix.mak Sun Apr 29 23:25:49 2001 -@@ -443,9 +443,9 @@ - - P_PTHREADS := 1 - --ifeq ($(MACHTYPE),x86) --STDCCFLAGS += -m486 --endif -+#ifeq ($(MACHTYPE),x86) -+#STDCCFLAGS += -m486 -+#endif - - ifndef OSRELEASE - OSRELEASE := $(shell sysctl -n kern.osreldate) -@@ -812,7 +812,7 @@ - - else - --OPTCCFLAGS += -O2 -DNDEBUG -+OPTCCFLAGS += -DNDEBUG - #OPTCCFLAGS += -DP_USE_INLINES=1 - #OPTCCFLAGS += -fconserve-space - ifneq ($(OSTYPE),macos) +*** ../pwlib/make/unix.mak.orig Fri Aug 10 07:35:55 2001 +--- ../pwlib/make/unix.mak Fri Aug 10 07:45:03 2001 +*************** ifeq ($(OSTYPE),FreeBSD) +*** 535,545 **** + + P_PTHREADS := 1 + +! ifeq ($(MACHTYPE),x86) +! ifdef CPUTYPE +! STDCCFLAGS += -mcpu=$(CPUTYPE) +! endif +! endif + + ifndef OSRELEASE + OSRELEASE := $(shell sysctl -n kern.osreldate) +--- 535,545 ---- + + P_PTHREADS := 1 + +! #ifeq ($(MACHTYPE),x86) +! #ifdef CPUTYPE +! #STDCCFLAGS += -mcpu=$(CPUTYPE) +! #endif +! #endif + + ifndef OSRELEASE + OSRELEASE := $(shell sysctl -n kern.osreldate) +*************** LDFLAGS += $(DEBLDFLAGS) +*** 962,968 **** + + else + +! OPTCCFLAGS += -O3 -DNDEBUG + #OPTCCFLAGS += -DP_USE_INLINES=1 + #OPTCCFLAGS += -fconserve-space + ifneq ($(OSTYPE),Darwin) +--- 962,969 ---- + + else + +! #OPTCCFLAGS += -O3 -DNDEBUG +! OPTCCFLAGS += -DNDEBUG + #OPTCCFLAGS += -DP_USE_INLINES=1 + #OPTCCFLAGS += -fconserve-space + ifneq ($(OSTYPE),Darwin) |