freebsd-ports/games/xblast/files/patch-aa
Stefan Eßer d8c7a76248 The original developer of xblast seems to have vanished years ago.
But now there appears to be active development, again, by a group
that has gathered patches from different sources and started to add
a number of new features.

Upgrade to xblast version 2.9.22.
2004-12-28 18:27:47 +00:00

11 lines
241 B
Text

--- Imakefile.orig Wed Jul 7 12:52:58 2004
+++ Imakefile Tue Dec 28 17:53:45 2004
@@ -72,3 +72,8 @@
AllTarget(xblast)
ComplexProgramTarget(xblast)
+
+SRCS2 = xbsndsrv.c
+OBJS2 = xbsndsrv.o
+
+NormalProgramTarget(xbsndsrv,$(OBJS2),,,)