From owner-freebsd-ports Sat Jun 16 10:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C802837B407 for ; Sat, 16 Jun 2001 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5GHA1D14017; Sat, 16 Jun 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1713E37B401 for ; Sat, 16 Jun 2001 10:05:48 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5GH5mU13756; Sat, 16 Jun 2001 10:05:48 -0700 (PDT) (envelope-from nobody) Message-Id: <200106161705.f5GH5mU13756@freefall.freebsd.org> Date: Sat, 16 Jun 2001 10:05:48 -0700 (PDT) From: Dan Pelleg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28202: PATCH: bad include line in libmng Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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