pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Package wip/xorg-server dependency issue



Am Dienstag, 30. Mai 2006 21:28 schrieb Jeremy C. Reed:
> My fix is simply:
>
> Index: x11/xproto/builtin.mk
> ===================================================================
> RCS file: /cvsroot/pkgsrc/x11/xproto/builtin.mk,v
> retrieving revision 1.1
> diff -u -r1.1 builtin.mk
> --- x11/xproto/builtin.mk     19 Apr 2006 12:19:47 -0000      1.1
> +++ x11/xproto/builtin.mk     30 May 2006 19:19:16 -0000
> @@ -13,7 +13,7 @@
>  ###
>  .if !defined(IS_BUILTIN.xproto)
>  IS_BUILTIN.xproto=   no
> -.  if empty(H_XFUNCPROTO:M__nonexistent__)
> +.  if empty(H_XFUNCPROTO:M__nonexistent__) && (${X11BASE} != ${LOCALBASE})
>  IS_BUILTIN.xproto=   yes
>  .  endif
>  .endif
>
>
> I am not sure if that is the same problem you have.
>

Jeremy,

thanks for your reply. 

Unfortunately, it doesn't solve the problem. 

Thanks so far,
Thomas



Home | Main Index | Thread Index | Old Index