Skip to content

Commit

Permalink
Merge pull request #348 from zrj-rimwis/d1512_add_xpaint
Browse files Browse the repository at this point in the history
graphics/xpaint: add dragonfly
  • Loading branch information
jrmarino committed Dec 18, 2015
2 parents 9fbfde9 + c36de27 commit d6587de
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ports/graphics/xpaint/dragonfly/patch-rw_rwTable.c
@@ -0,0 +1,11 @@
--- rw/rwTable.c.intermediate 2015-12-18 20:45:04.000000000 +0200
+++ rw/rwTable.c
@@ -366,7 +366,7 @@ RWtableGetWriterList()
char *
RWGetMsg()
{
-#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__)
#if defined(BSD4_4)
__const extern char *__const sys_errlist[];
#else

0 comments on commit d6587de

Please sign in to comment.