Changes in v0.9.8: * Correcting a packaging error, and addressing compiler warnings that surface in GCC 3.3. Changes in v0.9.7: * Fixed compiler warnings on Debian, and installer problems. Changes in v0.9.6: * New theme ``fabo'' Changes in v0.9.5: * Porting some dialog bugfixes in xscorch over to xpuyopuyo * Porting over xscorch's help system into xpuyopuyo * Cleaned up configure script a bit Changes in v0.9.4: * More verbose error message if theme load fails * Fixed '//' path problem that prevented execution on cygwin Changes in v0.9.3: * New theme added -- Spheres * Some documentation cleaning Changes in v0.9.2: * Fixed p_ai_decide() prototype error (spotted by Patrick Markiewicz) * Fixed configure error that was introduced by the stow patch. * Minor correction in network timeout code. * Sound effects implemented, although we're still experimenting with the actual effects. Command-line options
12 lines
319 B
Text
12 lines
319 B
Text
$NetBSD: patch-ab,v 1.5 2017/07/02 14:27:25 seb Exp $
|
|
|
|
Flags for libmikmod
|
|
|
|
--- pgame/Makefile.am.orig Mon Jul 31 04:13:59 2000
|
|
+++ pgame/Makefile.am
|
|
@@ -45,4 +45,4 @@
|
|
pwindow.h
|
|
|
|
|
|
-INCLUDES = -I../putil -I../pai -I../pnet -I../psound
|
|
+INCLUDES = $(LIBMIKMOD_CFLAGS) -I../putil -I../pai -I../pnet -I../psound
|