ports/54357: [patch][non-maintainer] fix illegal makevar in devel/mico
Mark Linimon
linimon at lonesome.com
Fri Jul 11 06:40:13 UTC 2003
>Number: 54357
>Category: ports
>Synopsis: [patch][non-maintainer] fix illegal makevar in devel/mico
>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: Thu Jul 10 23:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Mark Linimon
>Release: FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
There is a relatively obvious typo in the Makefile of this port
(there is no such value USE_XLIBS in bsd.*.mk). The port
builds correctly with the fixed value; I don't know whether or
not the broken value was responsible for any of the build errors
seen on bento.
>How-To-Repeat:
n/a
>Fix:
--- mico/Makefile.dist Tue Jul 8 14:08:38 2003
+++ mico/Makefile Thu Jul 10 20:26:32 2003
@@ -37,7 +37,7 @@
CONFIGURE_ENV+= CXXFLAGS=${CPPFLAGS}
.if defined(WITH_X11)
-USE_XLIBS= yes
+USE_XLIB= yes
CONFIGURE_ARGS+= --with-x
.else
CONFIGURE_ARGS+= --without-x
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list