aboutsummaryrefslogtreecommitdiff
path: root/net/opal3/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/opal3/files/patch-aa')
-rw-r--r--net/opal3/files/patch-aa45
1 files changed, 0 insertions, 45 deletions
diff --git a/net/opal3/files/patch-aa b/net/opal3/files/patch-aa
deleted file mode 100644
index 67185d92471a..000000000000
--- a/net/opal3/files/patch-aa
+++ /dev/null
@@ -1,45 +0,0 @@
-*** ../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)