summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-15 22:59:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-15 22:59:19 +0000
commit4e13bdd373833eb7a86a53145a8a518491648c33 (patch)
treee7e720b572639e2f0a04e638e50019bd91edc0ac
parentCommited patch, thank you! (diff)
Added patchfile to properly handle the -lpthread -pthread differences
for FreeBSD. Noticed on: bento
Notes
Notes: svn path=/head/; revision=70208
-rw-r--r--dns/firedns/files/patch-firemake.libs5
-rw-r--r--net/firedns/files/patch-firemake.libs5
2 files changed, 10 insertions, 0 deletions
diff --git a/dns/firedns/files/patch-firemake.libs b/dns/firedns/files/patch-firemake.libs
new file mode 100644
index 000000000000..f7ce4883e183
--- /dev/null
+++ b/dns/firedns/files/patch-firemake.libs
@@ -0,0 +1,5 @@
+--- firemake.libs.orig Sat Nov 16 10:00:14 2002
++++ firemake.libs Sat Nov 16 10:00:23 2002
+@@ -1 +1 @@
+--lfirestring -lpthread
++-lfirestring -pthread
diff --git a/net/firedns/files/patch-firemake.libs b/net/firedns/files/patch-firemake.libs
new file mode 100644
index 000000000000..f7ce4883e183
--- /dev/null
+++ b/net/firedns/files/patch-firemake.libs
@@ -0,0 +1,5 @@
+--- firemake.libs.orig Sat Nov 16 10:00:14 2002
++++ firemake.libs Sat Nov 16 10:00:23 2002
+@@ -1 +1 @@
+--lfirestring -lpthread
++-lfirestring -pthread