graphics/swfdec port broken

Alexander Nedotsukov bland at mail.r
Sun May 25 19:26:00 PDT 2003


>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 at 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 ---




More information about the freebsd-ports mailing list