ports/69703: a typo in x11-servers/xorg-server/Makefile.inc

Masakazu HIGAKI higamasa at dream.com
Wed Jul 28 14:20:25 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list