diff options
author | 2007-01-13 20:51:06 +0000 | |
---|---|---|
committer | 2007-01-13 20:51:06 +0000 | |
commit | 2edd0a020b1692db5695adb5649e3127aea2409b (patch) | |
tree | 2c346b5b41ee094eb076ecd72c7804e51607868a /dev-lang/mercury-extras/files | |
parent | Cleanup, add apache herd. (diff) | |
download | historical-2edd0a020b1692db5695adb5649e3127aea2409b.tar.gz historical-2edd0a020b1692db5695adb5649e3127aea2409b.tar.bz2 historical-2edd0a020b1692db5695adb5649e3127aea2409b.zip |
Multilib fix for additional posix headers.
Package-Manager: portage-2.1.2_rc4-r2
Diffstat (limited to 'dev-lang/mercury-extras/files')
-rw-r--r-- | dev-lang/mercury-extras/files/mercury-extras-0.12.2-posix.patch | 2 | ||||
-rw-r--r-- | dev-lang/mercury-extras/files/mercury-extras-0.13.1-posix.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mercury-extras/files/mercury-extras-0.12.2-posix.patch b/dev-lang/mercury-extras/files/mercury-extras-0.12.2-posix.patch index c9316d91fea4..b5beebc78cbf 100644 --- a/dev-lang/mercury-extras/files/mercury-extras-0.12.2-posix.patch +++ b/dev-lang/mercury-extras/files/mercury-extras-0.12.2-posix.patch @@ -5,7 +5,7 @@ .PHONY: install install: libposix.install - cp $(ADDITIONAL_HDRS) $(INSTALL_PREFIX)/lib/mercury/inc -+ cp $(ADDITIONAL_HDRS) $(INSTALL_PREFIX)/lib/mercury-0.12.2/inc ++ cp $(ADDITIONAL_HDRS) $(INSTALL_LIBDIR)/inc .PHONY: clean clean: diff --git a/dev-lang/mercury-extras/files/mercury-extras-0.13.1-posix.patch b/dev-lang/mercury-extras/files/mercury-extras-0.13.1-posix.patch index 270f0da84162..2bdbc38dfd02 100644 --- a/dev-lang/mercury-extras/files/mercury-extras-0.13.1-posix.patch +++ b/dev-lang/mercury-extras/files/mercury-extras-0.13.1-posix.patch @@ -5,7 +5,7 @@ .PHONY: install install: libposix.install - cp $(ADDITIONAL_HDRS) $(INSTALL_PREFIX)/lib/mercury/inc -+ cp $(ADDITIONAL_HDRS) $(INSTALL_PREFIX)/lib/mercury-0.13.0/inc ++ cp $(ADDITIONAL_HDRS) $(INSTALL_LIBDIR)/inc .PHONY: clean clean: |