ports/65087: Update port: graphics/swfdec

KATO Tsuguru tkato at prontomail.com
Fri Apr 2 16:40:24 UTC 2004


>Number:         65087
>Category:       ports
>Synopsis:       Update port: graphics/swfdec
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 02 08:40:23 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Fix build on i386

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/swfdec/Makefile graphics/swfdec/Makefile
--- /usr/ports/graphics/swfdec/Makefile	Mon Mar 29 19:40:35 2004
+++ graphics/swfdec/Makefile	Fri Apr  2 21:34:11 2004
@@ -33,7 +33,9 @@
 .include <bsd.port.pre.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG:T}|g" ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/libswfdec/jpeg/sl_types.h
+	@${REINPLACE_CMD} -e 's|-Werror||g ; \
+		 s|sdl-config|${SDL_CONFIG:T}|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e \
+		's|malloc\.h|stdlib.h|g' ${WRKSRC}/libswfdec/jpeg/sl_types.h
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list