Skip site navigation (1)Skip section navigation (2)
Date:      18 Jul 2000 23:59:51 -0000
From:      Erich Zigler <erich@tacni.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20019: Update to /usr/ports/net/gabber
Message-ID:  <20000718235951.97661.qmail@pegasus.superhero.org>

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

>Number:         20019
>Category:       ports
>Synopsis:       Fixes issues with making port on a machine without automake/autoconf.
>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:   Tue Jul 18 17:00:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:
>Description:

	Fixes problems with making the port on a machine without automake or autoconf.

>How-To-Repeat:
>Fix:

--- gabber.orig/Makefile        Tue Jul 18 17:56:24 2000
+++ gabber/Makefile     Tue Jul 18 18:03:02 2000
@@ -26,6 +26,8 @@
 USE_X_PREFIX=  yes
 USE_GMAKE=     yes
 USE_LIBTOOL=   yes
+USE_AUTOMAKE=  yes
+USE_AUTOCONF=  yes
 CONFIGURE_ENV+=        GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \
                GNOME_LIBCONFIG_PATH="${LOCALBASE}/lib:${X11BASE}/lib" \
                CPPFLAGS="-I${LOCALBASE}/include" \


>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?20000718235951.97661.qmail>