1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

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 )
This commit is contained in:
Dejan Lesjak 2006-01-25 20:35:19 +00:00
parent 14b6a4bd1e
commit 12acad74b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154447
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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"