Date: Mon, 26 May 2003 11:25:56 +0900 (JST) From: Alexander Nedotsukov <bland@mail.r> To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-ports@freebsd.org Subject: graphics/swfdec port broken Message-ID: <200305260225.h4Q2Put9088260@bbnest.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Alexander Nedotsukov >Organization: >Confidential: no >Synopsis: graphics/swfdec port broken >Severity: serious >Priority: high >Category: ports >Class: change-request >Release: FreeBSD 5.1-BETA i386 >Environment: System: FreeBSD bbnest.dyndns.org 5.1-BETA FreeBSD 5.1-BETA #5: Sat May 10 21:37:53 JST 2003 bland@bbnest.dyndns.org:/usr/obj/usr/src/sys/SU i386 >Description: CONFIGURE_ENV= expression grabled. This results in "configure" and therefore whole port build failure. >How-To-Repeat: cd /usr/ports/grpaphics; make configure >Fix: Apply the patch attached --- Makefile.diff begins here --- --- Makefile.orig Mon May 26 11:01:41 2003 +++ Makefile Mon May 26 11:09:32 2003 @@ -28,7 +28,7 @@ USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} LDFLAGS="{LDFLAGS} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes CPPFLAGS= -I${LOCALBASE}/include --- Makefile.diff ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305260225.h4Q2Put9088260>