diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-18 06:23:17 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-18 06:23:17 +0000 |
commit | afd37389ad4d7933c54cff3398ff40a4ac93bfca (patch) | |
tree | 7c85e40dd7f71f8962f5223b7890d4545761d588 /graphics/ocaml-lablgl/files/patch-ab | |
parent | update www/tidy-devel: 030801 -> 030815 (diff) |
update graphics/ocaml-lablgl: 0.98 -> 0.99
PR: 55655
Submitted by: Ronald Kuehn <rk@ronald.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=87178
Diffstat (limited to 'graphics/ocaml-lablgl/files/patch-ab')
-rw-r--r-- | graphics/ocaml-lablgl/files/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/ocaml-lablgl/files/patch-ab b/graphics/ocaml-lablgl/files/patch-ab index 2c9893a6d007..d6a7f3b34c41 100644 --- a/graphics/ocaml-lablgl/files/patch-ab +++ b/graphics/ocaml-lablgl/files/patch-ab @@ -1,7 +1,7 @@ ---- Makefile.config.orig Fri Aug 2 20:48:31 2002 -+++ Makefile.config Fri Aug 2 20:52:28 2002 -@@ -7,28 +7,28 @@ - ##### Adjust these always +--- Makefile.config.orig Sun Aug 17 09:16:13 2003 ++++ Makefile.config Sun Aug 17 09:15:43 2003 +@@ -11,28 +11,28 @@ + #CAMLOPT = ocamlopt.opt # Where to put the lablgl script -BINDIR = /usr/local/bin @@ -28,7 +28,7 @@ # The following libraries may be required (try to add them one at a time) #GLLIBS = -lGL -lGLU -lXmu -lXext -lpthread - # How to index a library after installing (required on MacOSX) + # How to index a library after installing (ranlib required on MacOSX) -RANLIB = : -#RANLIB = ranlib +#RANLIB = : @@ -36,7 +36,7 @@ ##### Uncomment these for windows #TKLIBS = tk83.lib tcl83.lib gdi32.lib user32.lib -@@ -55,4 +55,4 @@ +@@ -59,4 +59,4 @@ #TOGLDIR = Togl # C Compiler options |