Date: Mon, 7 Oct 2002 15:13:32 +0400 (MSD) From: Maxim Maximov <mcsi@agava.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43765: fix configure of devel/eboxy Message-ID: <200210071113.g97BDWWQ069431@ultra.domain>
next in thread | raw e-mail | index | archive | help
>Number: 43765 >Category: ports >Synopsis: fix configure of devel/eboxy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 07 04:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Maxim Maximov >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD ultra.domain 4.7-RC FreeBSD 4.7-RC #9: Fri Oct 4 12:38:44 MSD 2002 mcsi@ultra.domain:/usr/obj/usr/src/sys/ULTRA i386 >Description: fix configure of devel/eboxy >How-To-Repeat: >Fix: --- Makefile.orig Mon Oct 7 15:11:47 2002 +++ Makefile Mon Oct 7 15:10:36 2002 @@ -27,7 +27,7 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt -lstdc++" + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt -lstdc++ -lc_r" post-patch: @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ >Release-Note: >Audit-Trail: >Unformatted: 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?200210071113.g97BDWWQ069431>