aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfig-devel
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2006-01-25 20:35:19 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2006-01-25 20:35:19 +0000
commit12acad74b9dfa92eaeaad36592e436bfc49e1683 (patch)
tree4e1b8a446437d93de322d63b7342e61c6d085839 /graphics/xfig-devel
parent14b6a4bd1e0bc6d2f303c8d524653f3c9fae435f (diff)
downloadports-12acad74b9dfa92eaeaad36592e436bfc49e1683.tar.gz
ports-12acad74b9dfa92eaeaad36592e436bfc49e1683.zip
Add a patch to include a missing header. This fixes coredump when trying
to insert a picture. PR: ports/92222 Submitted by: Steven G. Kargl ( kargl at troutmask.apl.washington.edu )
Notes
Notes: svn path=/head/; revision=154447
Diffstat (limited to 'graphics/xfig-devel')
-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 a8ca2a5bb45f..77d37c585697 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 000000000000..ea4592a34318
--- /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"