]> git.pld-linux.org Git - packages/libdom.git/blame - lib.patch
fix install in lib64 systems
[packages/libdom.git] / lib.patch
CommitLineData
506b6601
ER
1--- libdom-0.0.1/Makefile~ 2013-04-18 19:18:13.000000000 +0300
2+++ libdom-0.0.1/Makefile 2013-04-27 17:09:02.471130386 +0300
3@@ -77,6 +77,7 @@
4 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/event_listener.h
5 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/document_event.h
6
7+lib := lib
8 Is := include/dom/html
9 I := /include/dom/html
10 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_document.h
11@@ -97,8 +98,8 @@
12 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_opt_group_element.h
13 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_options_collection.h
14
15-INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in
16-INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT)
17+INSTALL_ITEMS := $(INSTALL_ITEMS) /$(lib)/pkgconfig:lib$(COMPONENT).pc.in
18+INSTALL_ITEMS := $(INSTALL_ITEMS) /$(lib):$(OUTPUT)
19
20 ifeq ($(WITH_LIBXML_BINDING),yes)
21 REQUIRED_PKGS := $(REQUIRED_PKGS) libxml-2.0
This page took 0.073197 seconds and 4 git commands to generate.