summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-09-15 14:31:18 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-09-15 14:31:18 +0000
commit9f9ca035a0a2d9ae82e68c26326da988beb069d8 (patch)
treec0f8da9e361ec92795dc392b7cdf6f04386f8e77 /dev-ml/ocamlpam/files
parentAdd Ubuntu wallpapers. (diff)
downloadgentoo-2-9f9ca035a0a2d9ae82e68c26326da988beb069d8.tar.gz
gentoo-2-9f9ca035a0a2d9ae82e68c26326da988beb069d8.tar.bz2
gentoo-2-9f9ca035a0a2d9ae82e68c26326da988beb069d8.zip
initial import, ebuild by Jacques-Pascal Deplaix, bug #425094
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocamlpam/files')
-rw-r--r--dev-ml/ocamlpam/files/ocamlpam-1.1-makefile.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ml/ocamlpam/files/ocamlpam-1.1-makefile.patch b/dev-ml/ocamlpam/files/ocamlpam-1.1-makefile.patch
new file mode 100644
index 000000000000..c9450b7f30dc
--- /dev/null
+++ b/dev-ml/ocamlpam/files/ocamlpam-1.1-makefile.patch
@@ -0,0 +1,17 @@
+--- a/Makefile 2012-09-14 22:46:11.508415083 +0200
++++ b/Makefile 2012-09-14 22:46:34.526338371 +0200
+@@ -35,10 +35,13 @@
+
+ install:
+ install -d $(DESTDIR)/pam
+- install -m 644 -t $(DESTDIR)/pam META *.mli *.cmi *.cmx *.cma *.cmxa *.a
++ install -m 644 -t $(DESTDIR)/pam META *.mli *.cmi *.cma *.a
+ install -d $(DESTDIR)/stublibs
+ install -m 644 -t $(DESTDIR)/stublibs dll$(BASENAME).so
+
++install-opt:
++ install -m 644 -t $(DESTDIR)/pam *.cmx *.cmxa
++
+ dist: clean
+ mkdir -p $(DISTNAME)
+ -cp * $(DISTNAME)