ports/52083: [patch] make graphics/dia building again

Edwin Groothuis edwin at mavetju.org
Sun May 11 23:30:20 UTC 2003


>Number:         52083
>Category:       ports
>Synopsis:       [patch] make graphics/dia building again
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 11 16:30:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.7-RELEASE FreeBSD 4.7-RELEASE #6: Mon May 5 19:56:50 EST 2003 edwin at k7.mavetju:/usr/src/sys/compile/k7 i386

$FreeBSD: ports/graphics/dia/Makefile,v 1.27 2003/04/20 19:21:51 marcus Exp $

>Description:

graphics/dia doesn't compile because app/render_libart.c doesn't
include libart_lgpl/art_config.h

>How-To-Repeat:

cd ports/graphics/dia, make

>Fix:

Add this to the patch-files of graphics/dia:

--- app/render_libart.c.orig    Mon May 12 09:19:42 2003
+++ app/render_libart.c Mon May 12 09:18:29 2003
@@ -23,6 +23,7 @@
 #include <gdk/gdk.h>
  
   
+#include <libart_lgpl/art_config.h>
 #include <libart_lgpl/art_rgb.h>
     
 #include "render_libart.h"

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list