Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2004 23:11:41 +0900 (JST)
From:      Masakazu HIGAKI <higamasa@dream.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69703: a typo in x11-servers/xorg-server/Makefile.inc
Message-ID:  <200407281411.i6SEBfLS001572@hig_muramasa.shio.naps.kishou.go.jp>
Resent-Message-ID: <200407281420.i6SEKPLs061440@freefall.freebsd.org>

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

>Number:         69703
>Category:       ports
>Synopsis:       a typo in x11-servers/xorg-server/Makefile.inc
>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:   Wed Jul 28 14:20:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Masakazu HIGAKI
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hig_muramasa 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun Apr 11 15:56:01 JST 2004 root@hig_muramasa:/sys/i386/compile/MURAMASA i386

>Description:
The environment PTHREAD_CFLAGS is not set due to a typo.
It does not seem to cause damages but I send-pr just for your information.

>How-To-Repeat:

>Fix:

Index: Makefile.inc
===================================================================
RCS file: /home/ncvs/ports/x11-servers/xorg-server/Makefile.inc,v
retrieving revision 1.4
diff -u -r1.4 Makefile.inc
--- Makefile.inc        19 Jun 2004 05:51:44 -0000      1.4
+++ Makefile.inc        28 Jul 2004 11:32:14 -0000
@@ -27,7 +27,7 @@
                CXX="${CXX}" \
                CFLAGS="${CFLAGS}" \
                PTHREAD_LIBS="${PTHREAD_LIBS}" \
-               PTHREAD_CFLAGS="${PTHREAD_CLFAGS}"
+               PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
 
 XINSTALL_DIRS?=        ${XBUILD_DIRS}
 _XINCLUDE_DIRS=        include ${XBUILD_DIRS} ${XINCLUDE_DIRS}
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407281411.i6SEBfLS001572>