diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-15 22:59:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-15 22:59:19 +0000 |
commit | 4e13bdd373833eb7a86a53145a8a518491648c33 (patch) | |
tree | e7e720b572639e2f0a04e638e50019bd91edc0ac | |
parent | Commited 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.libs | 5 | ||||
-rw-r--r-- | net/firedns/files/patch-firemake.libs | 5 |
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 |