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:
parent
14b6a4bd1e
commit
12acad74b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154447
@ -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
|
||||
|
10
graphics/xfig-devel/files/patch-w_drawprim.c
Normal file
10
graphics/xfig-devel/files/patch-w_drawprim.c
Normal 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"
|
Loading…
Reference in New Issue
Block a user