summaryrefslogtreecommitdiff
path: root/archivers/arj/patches/patch-ag
blob: b57e957123883762327f00f1b7769a1a7255f613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ag,v 1.1 2005/10/07 16:52:06 joerg Exp $

--- arjdata.c.orig	2005-07-22 13:51:08.000000000 +0000
+++ arjdata.c
@@ -64,6 +64,8 @@ static char *resources[][2]=
   #elif TARGET==UNIX
    #if defined(linux)
     "Linux"
+   #elif defined(__DragonFly__)
+    "DragonFly"
    #elif defined(__FreeBSD__)
     "FreeBSD"
    #elif defined(SUNOS)
@@ -91,6 +93,8 @@ static char *resources[][2]=
   "PLATFORM_APPENDIX",
   #if defined(linux)
    "/Linux",
+  #elif defined(__DragonFly__)
+   "/DragonFly", 
   #elif defined(__FreeBSD__)
    "/FreeBSD",
   #elif defined(SUNOS)