Date: Tue, 26 Jun 2012 17:09:18 GMT From: Dmitry <dmitry2004@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/169453: graphics/gd typo in Makefile [patch] Message-ID: <201206261709.q5QH9IYQ067916@red.freebsd.org> Resent-Message-ID: <201206261710.q5QHA83P074212@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169453 >Category: ports >Synopsis: graphics/gd typo in Makefile [patch] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 26 17:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dmitry >Release: 9.0-STABLE >Organization: Noname >Environment: FreeBSD *** 9.0-STABLE FreeBSD 9.0-STABLE #0: *** root@***:/usr/obj/usr/src/sys/GENERIC_ amd64 >Description: Typo in Makefile for FONTCONFIG option >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-06-14 20:48:52.000000000 +0600 +++ Makefile 2012-06-26 23:04:33.000000000 +0600 @@ -42,7 +42,7 @@ .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:M_FONTCONFIG} +.if ${PORT_OPTIONS:MFONTCONFIG} LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_LIBFONTCONFIG -DHAVE_PTHREAD ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -lfontconfig >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206261709.q5QH9IYQ067916>