summaryrefslogtreecommitdiff
path: root/graphics/hpoj/files/extra-patch-mlcd-Makefile.in
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-06-01 08:06:38 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-06-01 08:06:38 +0000
commit30f60ee03e4f7eaf8e1a543cde18cffe75508535 (patch)
tree9ce1944a52793dda76249fc9c0ed65aa22fd29e1 /graphics/hpoj/files/extra-patch-mlcd-Makefile.in
parentUpdate to 1.6.4. (diff)
Use libio on alpha (-STABLE & -CURRENT).
PR: ports/52633 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=81874
Diffstat (limited to 'graphics/hpoj/files/extra-patch-mlcd-Makefile.in')
-rw-r--r--graphics/hpoj/files/extra-patch-mlcd-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/hpoj/files/extra-patch-mlcd-Makefile.in b/graphics/hpoj/files/extra-patch-mlcd-Makefile.in
new file mode 100644
index 000000000000..76a6fdaa14f2
--- /dev/null
+++ b/graphics/hpoj/files/extra-patch-mlcd-Makefile.in
@@ -0,0 +1,11 @@
+--- mlcd/Makefile.in.orig Sat May 24 08:03:14 2003
++++ mlcd/Makefile.in Sat May 24 08:03:37 2003
+@@ -35,7 +35,7 @@
+ for link in $(LINKS) ; do ln -s . $$link ; done
+
+ $(GOAL): $(OBJS)
+- $(CXX) -o $(GOAL) $(OBJS)
++ $(CXX) -o $(GOAL) -lio $(OBJS)
+
+ clean:
+ rm -f $(OBJS) $(GOAL) $(LINKS)