Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2003 08:10:04 -0800 (PST)
From:      Paul Everlund <tdv94ped@cs.umu.se>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/44768: [Port Fix]: games/xblackjack-2.2
Message-ID:  <200301131610.h0DGA4Pg098183@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/44768; it has been noted by GNATS.

From: Paul Everlund <tdv94ped@cs.umu.se>
To: Tilman Linneweh <arved@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/44768: [Port Fix]: games/xblackjack-2.2
Date: Mon, 13 Jan 2003 17:09:40 +0100 (MET)

 On Wed, 8 Jan 2003, Tilman Linneweh wrote:
 
 > Also the Fix, does not seem to be complete:
 >
 > cc -O -pipe -mcpu=pentiumpro -mcpu=pentiumpro       -I/usr/X11R6/include
 > -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DVERSION="\"2.2\""  -c Table.c
 > Table.c:133: `_XmManagerEnter' undeclared here (not in a function)
 > Table.c:133: initializer element is not constant
 > Table.c:133: (near initialization for `actionsList[0].proc')
 > Table.c:133: initializer element is not constant
 > Table.c:133: (near initialization for `actionsList[0]')
 > [..]
 
 Please apply this diff to the Makefile...
 
 freebsd# diff -ruNd Makefile.orig Makefile
 --- Makefile.orig       Mon Jan 13 17:05:15 2003
 +++ Makefile    Mon Jan 13 17:05:27 2003
 @@ -14,7 +14,7 @@
 
  MAINTAINER=    ports@FreeBSD.org
 
 -USE_MOTIF=     yes
 +LIB_DEPENDS+=  Xm.1:${PORTSDIR}/x11-toolkits/lesstif
  USE_IMAKE=     yes
  MAN1=          xblackjack.1
 
 Best regards,
 Paul
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301131610.h0DGA4Pg098183>