svn commit: r304648 - head/graphics/libdrm

Thomas Abthorpe tabthorpe at FreeBSD.org
Sat Sep 22 03:50:57 UTC 2012


On Sat, Sep 22, 2012 at 02:10:48AM +0000, Steve Wills wrote:
> Author: swills
> Date: Sat Sep 22 02:10:48 2012
> New Revision: 304648
> URL: http://svn.freebsd.org/changeset/ports/304648
> 
> Log:
>   - Fix typo in @comment which fixes build on arm, mips and sparc

Thanks Steve!!

>   
>   Reported by:	flo
>   Pointyhat to:	swills
> 
> Modified:
>   head/graphics/libdrm/Makefile
> 
> Modified: head/graphics/libdrm/Makefile
> ==============================================================================
> --- head/graphics/libdrm/Makefile	Sat Sep 22 01:06:30 2012	(r304647)
> +++ head/graphics/libdrm/Makefile	Sat Sep 22 02:10:48 2012	(r304648)
> @@ -56,8 +56,8 @@ PLIST_SUB+=	OLD="" NEW="@comment "
>  PLIST_SUB+=     INTEL_DRIVER=""
>  PLIST_SUB+=     RADEON_DRIVERS=""
>  .else
> -PLIST_SUB+=     INTEL_DRIVER="@comment"
> -PLIST_SUB+=     RADEON_DRIVERS="@comment"
> +PLIST_SUB+=     INTEL_DRIVER="@comment "
> +PLIST_SUB+=     RADEON_DRIVERS="@comment "
>  .endif
>  
>  pre-patch:

-- 
Thomas Abthorpe		| FreeBSD Committer
tabthorpe at FreeBSD.org	| http://people.freebsd.org/~tabthorpe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20120921/c3c7b681/attachment.sig>


More information about the svn-ports-all mailing list