freebsd-ports/graphics/hpoj/files/extra-patch-mlcd-Makefile.in
Mark Linimon d3e4b37dfc Attempt to unbreak build on alpha and -current. (Committer's note:
I still see the "ffs conflict" bug on -current, can the submitter
confirm this?)

PR:		ports/60441
Submitted by:	Volker Stolz <vs@foldr.org> (maintainer)
2003-12-21 06:11:33 +00:00

11 lines
268 B
Text

--- mlcd/Makefile.in.orig Sat Dec 20 19:36:00 2003
+++ mlcd/Makefile.in Sat Dec 20 19:36:10 2003
@@ -31,7 +31,7 @@
all: $(GOAL)
$(GOAL): $(OBJS)
- $(CXX) $(LFLAGS) -o $(GOAL) $(OBJS)
+ $(CXX) $(LFLAGS) -lio -o $(GOAL) $(OBJS)
clean:
rm -f $(OBJS) $(GOAL)