diff options
author | joerg <joerg> | 2005-12-13 18:27:00 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-13 18:27:00 +0000 |
commit | bc65741a87d3ac6c387d09b7efae5223adf72192 (patch) | |
tree | f33be3697f1564c8138cc81b232883e75df820b5 /chat/iroffer/patches | |
parent | be0b61d0490b224f2de6d9e7fae9eb3bde3d0f92 (diff) | |
download | pkgsrc-bc65741a87d3ac6c387d09b7efae5223adf72192.tar.gz |
Add DragonFly support.
Diffstat (limited to 'chat/iroffer/patches')
-rw-r--r-- | chat/iroffer/patches/patch-aa | 13 | ||||
-rw-r--r-- | chat/iroffer/patches/patch-ab | 14 |
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 */ |