Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 09:19:40 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177134: ftp/gwget: [PATCH] broken after glib2 update
Message-ID:  <201303200919.r2K9Jeo4050997@red.freebsd.org>
Resent-Message-ID: <201303200920.r2K9K0Fp054522@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177134
>Category:       ports
>Synopsis:       ftp/gwget: [PATCH] broken after glib2 update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 20 09:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
ftp/gwget stopped building after glib2 update.
Patch to fix it attached.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- src/gwget-application.h.orig	2009-06-16 17:58:06.000000000 +0000
+++ src/gwget-application.h
@@ -18,7 +18,7 @@
 #ifndef GWGET_APPLICATION_H
 #define GWGET_APPLICATION_H
 
-#include <glib/gerror.h>
+#include <glib.h>
 #include <glib-object.h>
 
 G_BEGIN_DECLS


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303200919.r2K9Jeo4050997>