summaryrefslogtreecommitdiff
path: root/net/b2bua/files/patch-build::Makefile.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'net/b2bua/files/patch-build::Makefile.pkg')
-rw-r--r--net/b2bua/files/patch-build::Makefile.pkg16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/b2bua/files/patch-build::Makefile.pkg b/net/b2bua/files/patch-build::Makefile.pkg
deleted file mode 100644
index 2c5a9cf54dba..000000000000
--- a/net/b2bua/files/patch-build::Makefile.pkg
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- build/Makefile.pkg.orig Thu Apr 3 00:35:44 2003
-+++ build/Makefile.pkg Fri Apr 4 13:06:17 2003
-@@ -585,8 +585,8 @@
- ifneq ($(OSTYPE),FreeBSD)
- PTHREAD_LIBNAME := pthread
- else
--PTHREAD_LDFLAGS := -pthread
--PTHREAD_LIBNAME := c_r
-+PTHREAD_LDFLAGS ?= -pthread
-+PTHREAD_LIBNAME ?= c_r
- endif
-
- ifeq ($(OSTYPE),IRIX64)