aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libaux/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libaux/files')
-rw-r--r--graphics/libaux/files/patch-Imakefile13
-rw-r--r--graphics/libaux/files/patch-font.c14
2 files changed, 27 insertions, 0 deletions
diff --git a/graphics/libaux/files/patch-Imakefile b/graphics/libaux/files/patch-Imakefile
new file mode 100644
index 000000000000..a1aa0135c6da
--- /dev/null
+++ b/graphics/libaux/files/patch-Imakefile
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- Imakefile 2001/03/14 10:33:44 1.1
++++ Imakefile 2001/03/14 10:34:01
+@@ -42,3 +42,7 @@
+ DependTarget()
+ CleanTarget()
+
++.c.o:
++ $(RM) $@
++ $(CC) -c $(CFLAGS) $(_NOOP_) $*.c -o $@
++
diff --git a/graphics/libaux/files/patch-font.c b/graphics/libaux/files/patch-font.c
new file mode 100644
index 000000000000..e8646d79ca3c
--- /dev/null
+++ b/graphics/libaux/files/patch-font.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- font.c 2001/03/14 10:51:36 1.1
++++ font.c 2001/03/14 10:51:48
+@@ -32,7 +32,7 @@
+ void auxCreateFont(void)
+ {
+ bitmapBase = glGenLists(256);
+- if (auxCreateBitmapFont(bitmapBase) == GL_FALSE) {
++ if (tkCreateBitmapFont(bitmapBase) == GL_FALSE) {
+ auxQuit();
+ }
+ }