Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 1999 15:32:35 +0100 (CET)
From:      Christian Weisgerber <naddy@unix-ag.uni-kl.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15043: graphics/mpeg-lib doesn't honor CFLAGS
Message-ID:  <199911221432.PAA40643@fettuccini.unix-ag.uni-kl.de>

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

>Number:         15043
>Category:       ports
>Synopsis:       graphics/mpeg-lib doesn't honor CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 22 06:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

>Description:

The graphics/mpeg-lib port doesn't honor CFLAGS.

>How-To-Repeat:

>Fix:

diff -uNr /usr/ports/graphics/mpeg-lib/Makefile mpeg-lib/Makefile
--- /usr/ports/graphics/mpeg-lib/Makefile	Mon Sep 20 15:55:03 1999
+++ mpeg-lib/Makefile	Mon Nov 22 15:26:24 1999
@@ -13,6 +13,7 @@
 MAINTAINER=	ports@FreeBSD.org
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	OPTIMIZE="${CFLAGS}"
 
 pre-install:
 	@${MKDIR} ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include

>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?199911221432.PAA40643>