Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2003 13:19:35 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50886: Update port: devel/eboxy (bento fix)
Message-ID:  <86u1d3rpuw.wl%fuyuki@hadaly.org>
Resent-Message-ID: <200304130420.h3D4KEWK019883@freefall.freebsd.org>

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

>Number:         50886
>Category:       ports
>Synopsis:       Update port: devel/eboxy (bento fix)
>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:   Sat Apr 12 21:20:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki <fuyuki@hadaly.org>
>Release:        FreeBSD 5.0-RELEASE-p5 i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.0-RELEASE-p5 FreeBSD 5.0-RELEASE-p5 #1: Fri Mar 21 10:29:48 JST 2003     root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
Fix build on -current

>How-To-Repeat:

>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/eboxy/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	2003/02/20 17:06:43	1.8
+++ Makefile	2003/04/13 04:18:57
@@ -28,13 +28,14 @@
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}"  LDFLAGS="${LDFLAGS}" \
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
 		SDL_CONFIG="${SDL_CONFIG}"
 CONFIGURE_ARGS=	--disable-lirc
 
 MAN1=		eboxy.1
 
 CPPFLAGS=	`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include
+CPPFLAGS+=	-DHAVE_DECL_GETOPT=1
 LDFLAGS=	`${SDL_CONFIG} --libs` -L${LOCALBASE}/lib -lgnugetopt
 
 post-patch:
cvs server: Diffing files
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86u1d3rpuw.wl%fuyuki>