Date: Mon, 9 Oct 2000 22:21:38 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21872: Fix net/crescendo (by maintainer) Message-ID: <200010092021.e99KLcR26084@home.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>Number: 21872 >Category: ports >Synopsis: Fix net/crescendo (by maintainer) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 09 13:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-STABLE i386 >Organization: privat >Environment: tinyfuge, gnomelibs A gnome frontend for tinyfuge >Description: Dependency seem to strong. >How-To-Repeat: >Fix: apply this patch. diff crescendo/Makefile crescendo-1.1.6/Makefile --- crescendo/Makefile Sun Oct 8 10:35:23 2000 +++ crescendo-1.1.6/Makefile Sun Oct 8 21:02:23 2000 @@ -15,9 +15,9 @@ USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --enable-compile-warnings=yes +USE_GNOMELIBS= yes +CONFIGURE_ARGS+= --enable-compile-warnings=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CFLAGS+= -g >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?200010092021.e99KLcR26084>