mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
cf7951d2f0
This fixes the green spots on the H.261 video
46 lines
941 B
Plaintext
46 lines
941 B
Plaintext
*** ../pwlib/make/unix.mak.orig Tue May 7 02:57:51 2002
|
|
--- ../pwlib/make/unix.mak Wed May 22 00:53:00 2002
|
|
*************** ifeq ($(OSTYPE),FreeBSD)
|
|
*** 644,654 ****
|
|
|
|
P_PTHREADS := 1
|
|
|
|
! ifeq ($(MACHTYPE),x86)
|
|
! ifdef CPUTYPE
|
|
! STDCCFLAGS += -mcpu=$(CPUTYPE)
|
|
! endif
|
|
! endif
|
|
|
|
ifndef OSRELEASE
|
|
OSRELEASE := $(shell sysctl -n kern.osreldate)
|
|
--- 644,654 ----
|
|
|
|
P_PTHREADS := 1
|
|
|
|
! #ifeq ($(MACHTYPE),x86)
|
|
! #ifdef CPUTYPE
|
|
! #STDCCFLAGS += -mcpu=$(CPUTYPE)
|
|
! #endif
|
|
! #endif
|
|
|
|
ifndef OSRELEASE
|
|
OSRELEASE := $(shell sysctl -n kern.osreldate)
|
|
*************** LDFLAGS += $(DEBLDFLAGS)
|
|
*** 1136,1142 ****
|
|
|
|
else
|
|
|
|
! OPTCCFLAGS += -O3 -DNDEBUG
|
|
#OPTCCFLAGS += -DP_USE_INLINES=1
|
|
#OPTCCFLAGS += -fconserve-space
|
|
ifneq ($(OSTYPE),Carbon)
|
|
--- 1136,1143 ----
|
|
|
|
else
|
|
|
|
! #OPTCCFLAGS += -O3 -DNDEBUG
|
|
! OPTCCFLAGS += -DNDEBUG
|
|
#OPTCCFLAGS += -DP_USE_INLINES=1
|
|
#OPTCCFLAGS += -fconserve-space
|
|
ifneq ($(OSTYPE),Carbon)
|