pkgsrc-wip/libXi/patches/patch-aa
Jeremy C. Reed 4fd153e3db Use new master site.
Add patch-aa, because pkgconfig file was wrong. So bump PKGREVISION too.

Include libXext in buildlink2.mk file and in Makefile.

Add buildlink3.mk file.
2004-02-10 18:29:05 +00:00

17 lines
487 B
Text

$NetBSD: patch-aa,v 1.1 2004/02/10 18:29:05 jeremy-c-reed Exp $
--- xi.pc.in.orig Fri Sep 26 17:11:49 2003
+++ xi.pc.in
@@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: ICE
-Description: X Inter Client Exchange Library
+Name: Xi
+Description: X Input extension library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lICE @ICE_LIBS@
-Cflags: -I${includedir} @ICE_CFLAGS@
+Libs: -L${libdir} -lXi @Xi_LIBS@
+Cflags: -I${includedir} @Xi_CFLAGS@