openbsd-ports/games/beret/patches/patch-Makefile
sthen 64fc8a45a4 - use ${LOCALBASE} ${X11BASE} rather than hardcoding /usr/local and /usr/X11R6
- drop unnecessary patches

no package change -> no bump
2012-02-28 10:11:43 +00:00

12 lines
342 B
Plaintext

$OpenBSD: patch-Makefile,v 1.2 2012/02/28 10:11:43 sthen Exp $
--- Makefile.orig Tue Jan 10 06:55:02 2012
+++ Makefile Tue Feb 28 10:05:27 2012
@@ -8,6 +8,6 @@ clean:
rm beret *.o
beret: game.o thing.o physics.o
- $(CC) $(LFLAGS) -o $@ game.o thing.o physics.o
+ $(CC) ${LDFLAGS} $(LFLAGS) -o $@ game.o thing.o physics.o
%.o: %.c %.h