SF.net SVN: gar:[24970] csw/mgar/pkg/yajl/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri May 15 11:55:27 CEST 2015
Revision: 24970
http://sourceforge.net/p/gar/code/24970
Author: dmichelsen
Date: 2015-05-15 09:55:26 +0000 (Fri, 15 May 2015)
Log Message:
-----------
yajl/trunk: Fix pkgconfig
Modified Paths:
--------------
csw/mgar/pkg/yajl/trunk/Makefile
Modified: csw/mgar/pkg/yajl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/yajl/trunk/Makefile 2015-05-15 09:03:16 UTC (rev 24969)
+++ csw/mgar/pkg/yajl/trunk/Makefile 2015-05-15 09:55:26 UTC (rev 24970)
@@ -46,3 +46,14 @@
include gar/category.mk
+post-install-isa-sparcv8plus post-install-isa-pentium_pro:
+ mv $(DESTDIR)$(sharedstatedir)/pkgconfig $(DESTDIR)$(libdir)
+ rmdir $(DESTDIR)$(sharedstatedir)
+ @$(MAKECOOKIE)
+
+post-install-isa-sparcv9 post-install-isa-amd64:
+ mv $(DESTDIR)$(sharedstatedir)/pkgconfig $(DESTDIR)$(libdir)
+ rmdir $(DESTDIR)$(sharedstatedir)
+ perl -i -npe 's!/lib!/lib/64!' $(DESTDIR)$(libdir)/pkgconfig/yajl.pc
+ @$(MAKECOOKIE)
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list