Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 16:29:11 +0200 (CEST)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/40921: update-port: devel/libuta
Message-ID:  <200207231429.g6NETBLR003586@kartoffel.salatschuessel.net>

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

>Number:         40921
>Category:       ports
>Synopsis:       update-port: devel/libuta
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 23 07:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Wed Jul 10 21:57:02 CEST 2002 olivleh1@nudel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386


>Description:
	fix freetype dependency

>How-To-Repeat:
>Fix:


--- libuta.patch begins here ---
diff -ruN libuta.old/Makefile /usr/ports/devel/libuta/Makefile
--- libuta.old/Makefile	Tue Jul 23 15:59:32 2002
+++ /usr/ports/devel/libuta/Makefile	Tue Jul 23 16:12:27 2002
@@ -53,4 +53,7 @@
 	${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/$i
 .endfor
 
+pre-configure:
+	${REINPLACE_CMD} -e 's|<freetype/freetype.h>|<freetype1/freetype/freetype.h>|g' ${WRKSRC}/configure
+
 .include <bsd.port.post.mk>
--- libuta.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

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




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