pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Thu Jul 18 20:13:43 UTC 2019

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile

Log Message:
PKGBASE != atspi   Hopefully fix pbulk.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/at-spi2-core/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/at-spi2-core/Makefile
diff -u pkgsrc/devel/at-spi2-core/Makefile:1.28 pkgsrc/devel/at-spi2-core/Makefile:1.29
--- pkgsrc/devel/at-spi2-core/Makefile:1.28     Thu Jul 18 14:48:08 2019
+++ pkgsrc/devel/at-spi2-core/Makefile  Thu Jul 18 20:13:42 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/07/18 14:48:08 prlw1 Exp $
+# $NetBSD: Makefile,v 1.29 2019/07/18 20:13:42 prlw1 Exp $
 
 DISTNAME=      at-spi2-core-2.33.2
 CATEGORIES=    devel gnome
@@ -14,7 +14,7 @@ USE_TOOLS+=           msgfmt pkg-config
 
 PKGCONFIG_OVERRIDE=    output/meson-private/atspi-2.pc
 PKGCONFIG_OVERRIDE_STAGE=pre-install
-MAKE_ENV+=             LD_LIBRARY_PATH=${WRKSRC}/output/${PKGBASE}
+MAKE_ENV+=             LD_LIBRARY_PATH=${WRKSRC}/output/atspi
 
 BUILDDEFS+=            PKG_SYSCONFBASE
 



Home | Main Index | Thread Index | Old Index