forked from Lainports/freebsd-ports
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.
11 lines
241 B
Text
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),,,)
|