aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ocaml-lablgl/files
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-08-12 22:41:50 +0800
committernaddy <naddy@FreeBSD.org>2002-08-12 22:41:50 +0800
commit2094e79ec1c933c98989c420a39502bc02d27d91 (patch)
treef3e58b9f641b8eb30fd469b6afa1a03edb664aab /graphics/ocaml-lablgl/files
parente273c044109fa1f6255c8be6a3651eefc147f3cf (diff)
downloadfreebsd-ports-graphics-2094e79ec1c933c98989c420a39502bc02d27d91.tar.gz
freebsd-ports-graphics-2094e79ec1c933c98989c420a39502bc02d27d91.tar.zst
freebsd-ports-graphics-2094e79ec1c933c98989c420a39502bc02d27d91.zip
Update to version 0.98.
PR: 41318 Submitted by: Ronald Kuehn <rk@ronald.org>
Diffstat (limited to 'graphics/ocaml-lablgl/files')
-rw-r--r--graphics/ocaml-lablgl/files/patch-aa13
-rw-r--r--graphics/ocaml-lablgl/files/patch-ab25
2 files changed, 15 insertions, 23 deletions
diff --git a/graphics/ocaml-lablgl/files/patch-aa b/graphics/ocaml-lablgl/files/patch-aa
deleted file mode 100644
index 5ed73713ac0..00000000000
--- a/graphics/ocaml-lablgl/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)
diff --git a/graphics/ocaml-lablgl/files/patch-ab b/graphics/ocaml-lablgl/files/patch-ab
index 26bc4cd5fa5..2c9893a6d00 100644
--- a/graphics/ocaml-lablgl/files/patch-ab
+++ b/graphics/ocaml-lablgl/files/patch-ab
@@ -1,6 +1,6 @@
---- Makefile.config.orig Sun Jan 13 19:30:59 2002
-+++ Makefile.config Sun Jan 13 19:44:33 2002
-@@ -7,22 +7,22 @@
+--- 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
# Where to put the lablgl script
@@ -26,14 +26,19 @@
-GLLIBS = -lGL -lGLU
+GLLIBS = -L${X11BASE}/lib -R${X11BASE}/lib -lGL -lGLU -lXmu -lXext
# The following libraries may be required (try to add them one at a time)
- # GLLIBS = -lGL -lGLU -lXmu -lXext -lpthread
+ #GLLIBS = -lGL -lGLU -lXmu -lXext -lpthread
-@@ -45,7 +45,7 @@
- TOGLDIR = Togl
+ # How to index a library after installing (required on MacOSX)
+-RANLIB = :
+-#RANLIB = ranlib
++#RANLIB = :
++RANLIB = ranlib
+
+ ##### Uncomment these for windows
+ #TKLIBS = tk83.lib tcl83.lib gdi32.lib user32.lib
+@@ -55,4 +55,4 @@
+ #TOGLDIR = Togl
# C Compiler options
--COPTS = -c -O
+-#COPTS = -c -O
+COPTS = -c ${CFLAGS}
-
- ###### No need to change these
-