freebsd-ports/net/openh323/files/patch-aa
2001-08-10 15:31:11 +00:00

46 lines
937 B
Plaintext

*** ../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)