6b357b2b1a
LIBOSSAUDIO instead of hardcoding -lossaudio. Closes PR pkg/29492 by A L Meyers.
12 lines
521 B
Text
12 lines
521 B
Text
$NetBSD: patch-ad,v 1.1 2005/06/14 17:32:37 jmmv Exp $
|
|
|
|
--- libsprite/data.c.orig 1998-04-12 08:03:22.000000000 +0200
|
|
+++ libsprite/data.c
|
|
@@ -79,7 +79,6 @@ W_Font W_HighlightFont = (W_Font) & two
|
|
W_Color W_White = WHITE, W_Black = BLACK, W_Red = RED, W_Green = GREEN;
|
|
W_Color W_Yellow = YELLOW, W_Cyan = CYAN, W_Grey = LIGHT_GREY, W_DarkGrey = DARK_GREY;
|
|
int W_Textwidth, W_Textheight, W_BigTextwidth, W_BigTextheight;
|
|
-char *strdup();
|
|
|
|
int W_in_message = 0; /* jfy -- for Jerry's warp message hack */
|
|
|