diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 07:16:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 07:16:13 +0000 |
commit | 1df8e525841c67892481586f4492ecd24c9c025b (patch) | |
tree | 8ce19639c52b8454f17f65d083a68eaa563e4b4b /net/openh323 | |
parent | 2176ed0df6bd7251c46a3e71422a1fb4e98b26d4 (diff) | |
download | ports-1df8e525841c67892481586f4492ecd24c9c025b.tar.gz ports-1df8e525841c67892481586f4492ecd24c9c025b.zip |
Notes
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/files/patch-aa | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/openh323/files/patch-aa b/net/openh323/files/patch-aa new file mode 100644 index 000000000000..4dc96d5c7345 --- /dev/null +++ b/net/openh323/files/patch-aa @@ -0,0 +1,24 @@ +--- ../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) |