diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-06-27 12:08:41 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-06-27 12:08:41 +0000 |
commit | 7847cc63efdfc7bc518766fa03652483d274f7a8 (patch) | |
tree | 081b8b5c6683b3ad847bdb222061f0591b406655 /graphics/ocaml-lablgl/files/patch-aa | |
parent | Remove acs. Its successor, gnucap, is already in the tree. (diff) |
Add lablgl 0.97, OpenGL interface for Objective Caml.
PR: 33961
Submitted by: Ronald Kuehn <rk@ronald.org>
Notes
Notes:
svn path=/head/; revision=62095
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 000000000000..5ed73713ac0c --- /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) |