aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xfig-devel/Makefile1
-rw-r--r--graphics/xfig-devel/files/patch-w_drawprim.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile
index a8ca2a5bb45..77d37c58569 100644
--- a/graphics/xfig-devel/Makefile
+++ b/graphics/xfig-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xfig
PORTVERSION= 3.2.5.a5
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://xfig.org/software/xfig/${PORTVERSION:R}-alpha/
DISTNAME= ${PORTNAME}.${PORTVERSION:S,.a,-alpha,}.full
diff --git a/graphics/xfig-devel/files/patch-w_drawprim.c b/graphics/xfig-devel/files/patch-w_drawprim.c
new file mode 100644
index 00000000000..ea4592a3431
--- /dev/null
+++ b/graphics/xfig-devel/files/patch-w_drawprim.c
@@ -0,0 +1,10 @@
+--- w_drawprim.c.orig Tue Jan 24 23:42:51 2006
++++ w_drawprim.c Tue Jan 24 23:43:11 2006
+@@ -35,6 +35,7 @@
+ #include "paintop.h"
+ #include "mode.h"
+ #include "object.h"
++#include "u_create.h"
+ #include "u_fonts.h"
+ #include "w_canvas.h"
+ #include "w_drawprim.h"