Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2001 10:05:48 -0700 (PDT)
From:      Dan Pelleg <dpelleg+bsd@cs.cmu.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/28202: PATCH: bad include line in libmng
Message-ID:  <200106161705.f5GH5mU13756@freefall.freebsd.org>

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

>Number:         28202
>Category:       ports
>Synopsis:       PATCH: bad include line in libmng
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 16 10:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dan Pelleg
>Release:        4.3-STABLE
>Organization:
>Environment:
FreeBSD k 4.3-STABLE FreeBSD 4.3-STABLE #11: Sat Jun  9 18:21:29 EDT 2001
>Description:
graphics/libmng-1.0.0_3 does not build due to a bad #include line

>How-To-Repeat:
cd /usr/ports/graphics/libmng && make
>Fix:
--- libmng_types.h.org  Sat Jun 16 13:00:30 2001
+++ libmng_types.h      Sat Jun 16 13:00:23 2001
@@ -146,7 +146,7 @@
 #ifdef WIN32                           /* different header locations */
 #include "lcms.h"
 #else
-#include "lcms.h"
+#include "lcms/lcms.h"
 #endif
 #endif /* MNG_INCLUDE_LCMS */
 

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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