Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 09:47:04 +0000 (GMT)
From:      Dominic Mitchell <dom@happygiraffe.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Rui Lopes <rui@ruilopes.com>
Subject:   ports/48521: Small change to devel/pcre
Message-ID:  <20030221094704.A445C5C42@happygiraffe.net>

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

>Number:         48521
>Category:       ports
>Synopsis:       Small change to devel/pcre
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 01:50:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ppe.happygiraffe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Feb 18 15:02:55 GMT 2003 root@ppe.happygiraffe.net:/usr/obj/usr/src/sys/PPE i386


>Description:
	After I submitted the last patch to devel/pcre, it was pointed
	out to me that WITH_foo is more common than ENABLE_foo.  This
	patch corrects that.
>How-To-Repeat:
	n/a
>Fix:

Here's the patch.

diff -urN pcre.orig/Makefile pcre/Makefile
--- pcre.orig/Makefile	Fri Feb 21 09:44:29 2003
+++ pcre/Makefile	Fri Feb 21 09:44:45 2003
@@ -21,7 +21,7 @@
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 
-.if defined(ENABLE_UTF8)
+.if defined(WITH_UTF8)
 CONFIGURE_ARGS+= --enable-utf8
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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