Fix opensolaris build failure (wrong pkgconfig path) nv_47
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Fri, 25 Aug 2006 18:05:37 -0700
changeset 49 21835ed559d8
parent 48 a6bb916436b7
child 50 dbcfc685b31b
Fix opensolaris build failure (wrong pkgconfig path)
open-src/util/lndir/Makefile
--- a/open-src/util/lndir/Makefile	Mon Aug 14 17:50:32 2006 -0700
+++ b/open-src/util/lndir/Makefile	Fri Aug 25 18:05:37 2006 -0700
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.1	06/05/10
+# @(#)Makefile	1.2	06/08/25
 #
 
 PWD:sh=pwd
@@ -66,7 +66,7 @@
 $(SOURCE_DIR)/Makefile: $(UNPACK_TARGET)
 	(cd $(SOURCE_DIR) ; \
 	 chmod a+x configure ; \
-	 CC=$(CC) CFLAGS="$(LIB_CFLAGS)" LD="$(CC) $(PROG_CFLAGS) $(LDFLAGS)" LDFLAGS="$(PROG_LDFLAGS)" PKG_CONFIG_PATH=$(PROTODIR)/usr/X11/lib/pkgconfig ./configure $(LNDIR_CFG) )
+	 CC=$(CC) CFLAGS="$(LIB_CFLAGS)" LD="$(CC) $(PROG_CFLAGS) $(LDFLAGS)" LDFLAGS="$(PROG_LDFLAGS)" PKG_CONFIG_PATH=$(PROTODIR)/usr/lib/pkgconfig:$(PROTODIR)/usr/X11/lib/pkgconfig ./configure $(LNDIR_CFG) )
 
 # Install
 install_gen: $(SOURCE_DIR)/Makefile