Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2003 04:02:11 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51936: Update port: devel/eboxy
Message-ID:  <20030508040211.0c977c83.tkato@prontomail.com>
Resent-Message-ID: <200305071910.h47JAB1C001082@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         51936
>Category:       ports
>Synopsis:       Update port: devel/eboxy
>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:   Wed May 07 12:10:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix build on -current

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/eboxy/Makefile devel/eboxy/Makefile
--- /usr/ports/devel/eboxy/Makefile	Sun Apr 27 11:34:39 2003
+++ devel/eboxy/Makefile	Thu May  8 03:58:23 2003
@@ -34,7 +34,8 @@
 
 MAN1=		eboxy.1
 
-CPPFLAGS=	`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include
+CPPFLAGS=	`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include \
+		-DHAVE_DECL_GETOPT
 LDFLAGS=	`${SDL_CONFIG} --libs` -L${LOCALBASE}/lib
 
 post-patch:
>Release-Note:
>Audit-Trail:
>Unformatted:



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