diff options
Diffstat (limited to 'graphics/ocaml-lablgl/files/patch-aa')
-rw-r--r-- | graphics/ocaml-lablgl/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/ocaml-lablgl/files/patch-aa b/graphics/ocaml-lablgl/files/patch-aa new file mode 100644 index 0000000..5ed7371 --- /dev/null +++ b/graphics/ocaml-lablgl/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Thu Nov 1 09:44:16 2001 ++++ Makefile Sun Jan 13 19:27:18 2002 +@@ -104,8 +104,8 @@ + + real-install: + if test -d $(INSTALLDIR); then : ; else mkdir -p $(INSTALLDIR); fi +- if test `grep -s -c '^$(INSTALLDIR)$$' $(LIBDIR)/ld.conf || :` = 0; \ +- then echo $(INSTALLDIR) >> $(LIBDIR)/ld.conf; fi ++# if test `grep -s -c '^$(INSTALLDIR)$$' $(LIBDIR)/ld.conf || :` = 0; \ ++# then echo $(INSTALLDIR) >> $(LIBDIR)/ld.conf; fi + cp $(MLOBJS:.cmo=.cmi) $(INSTALLDIR) + cp $(MLOBJS:.cmo=.mli) $(INSTALLDIR) + cp liblablgl.a lablgl.cma libtogl.a togl.cma $(INSTALLDIR) |