summaryrefslogtreecommitdiff
path: root/chat/iroffer/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-13 18:27:00 +0000
committerjoerg <joerg>2005-12-13 18:27:00 +0000
commitbc65741a87d3ac6c387d09b7efae5223adf72192 (patch)
treef33be3697f1564c8138cc81b232883e75df820b5 /chat/iroffer/patches
parentbe0b61d0490b224f2de6d9e7fae9eb3bde3d0f92 (diff)
downloadpkgsrc-bc65741a87d3ac6c387d09b7efae5223adf72192.tar.gz
Add DragonFly support.
Diffstat (limited to 'chat/iroffer/patches')
-rw-r--r--chat/iroffer/patches/patch-aa13
-rw-r--r--chat/iroffer/patches/patch-ab14
2 files changed, 27 insertions, 0 deletions
diff --git a/chat/iroffer/patches/patch-aa b/chat/iroffer/patches/patch-aa
new file mode 100644
index 00000000000..52f388e6f8c
--- /dev/null
+++ b/chat/iroffer/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/12/13 18:27:00 joerg Exp $
+
+--- Configure.orig 2005-12-13 18:12:12.000000000 +0000
++++ Configure
+@@ -17,7 +17,7 @@ rm -f config.error.* config.temp*
+
+ case "$ostype" in
+ Linux | FreeBSD | OpenBSD | NetBSD | IRIX | IRIX64 | \
+- OSF1 | Rhapsody | Darwin | AIX )
++ OSF1 | Rhapsody | Darwin | AIX | DragonFly)
+ # nothing fancy
+ ;;
+ SunOS )
diff --git a/chat/iroffer/patches/patch-ab b/chat/iroffer/patches/patch-ab
new file mode 100644
index 00000000000..763dd7bbb82
--- /dev/null
+++ b/chat/iroffer/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2005/12/13 18:27:00 joerg Exp $
+
+--- src/defines.h.orig 2005-12-13 18:18:04.000000000 +0000
++++ src/defines.h
+@@ -186,7 +186,8 @@ typedef unsigned long long int uint64;
+ defined(_OS_NetBSD) || \
+ defined(_OS_BSDI) || \
+ defined(_OS_BSD_OS) || \
+- defined(_OS_Darwin)
++ defined(_OS_Darwin) || \
++ defined(_OS_DragonFly)
+ #define _OS_BSD_ANY
+
+ /* sunos */