ports/72782: Arguments specified by CONFIGURE_ARGS will be overwritten by Makefile in graphics/imlib2

KAWATA Masahiko kawata at mta.biglobe.ne.jp
Sun Oct 17 08:40:27 UTC 2004


>Number:         72782
>Category:       ports
>Synopsis:       Arguments specified by CONFIGURE_ARGS will be overwritten by Makefile in graphics/imlib2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 17 08:40:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KAWATA Masahiko
>Release:        FreeBSD 5.2.1-RELEASE
>Organization:
>Environment:
FreeBSD owen 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #6: Wed Jul  7 00:30:15 GMT 2004
>Description:
In graphics/imlib2, arguments specified by CONFIGURE_ARGS will be overwritten by Makefile
>How-To-Repeat:
      
>Fix:
--- graphics/imlib2/Makefile.orig       Sun Aug  8 16:10:17 2004
+++ graphics/imlib2/Makefile    Sat Oct 16 18:41:33 2004
@@ -33,7 +33,7 @@
 .include <bsd.port.pre.mk>
  
 .if defined(WITH_MMX) && (${ARCH} == "i386")
-CONFIGURE_ARGS=        --enable-mmx
+CONFIGURE_ARGS+=       --enable-mmx
 .endif
  
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list