Date: Mon, 21 Apr 2003 16:26:32 -0400 (EDT) From: Hoss Firooznia <hfir@math.rochester.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51249: trivial bugfix for ports/net/poptop patch Message-ID: <200304212026.h3LKQWIN061803@gate.math.rochester.edu> Resent-Message-ID: <200304212030.h3LKUDak053069@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51249 >Category: ports >Synopsis: trivial bugfix for ports/net/poptop patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 21 13:30:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Hoss Firooznia >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: 'make' fails due to typo in patch-ab. CFLAGS doesn't exist yet, so += operator fails: [...] ===> Building for poptop-1.1.3_1 cd . && aclocal cd . && automake --foreign Makefile Makefile.am: CFLAGS must be set with `=' before using `+=' *** Error code 1 Stop in /usr/ports/net/poptop/work/pptpd-1.1.3. >How-To-Repeat: >Fix: In patch-ab, change: +CFLAGS+= -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"' to +CFLAGS = -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"' >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304212026.h3LKQWIN061803>