summaryrefslogtreecommitdiff
path: root/x11/xfstt/patches/patch-ah
blob: 68c65b99b944456c456b03f77ef9d6d1b661aede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ah,v 1.2 2012/06/13 08:15:14 mef Exp $

Convert varargs-macros to old-style macros, to make the package
compile when using gcc 2.95.

--- libfstt/raster_draw.cc.orig	2010-10-04 23:22:48.000000000 +0900
+++ libfstt/raster_draw.cc	2011-10-17 12:17:55.000000000 +0900
@@ -226,7 +226,7 @@
 Rasterizer::drawBitmap(uint8_t *const bmp, int height, int dX)
 {
 	// sort horizontal/vertical dots
-	debug("dropoutControl = %d\n", gs.dropout_control);
+	debug1("dropoutControl = %d\n", gs.dropout_control);
 	if (dots[0] + 1 < dots0) {
 		preSort(dots[0] + 1, dots0);
 		endSort(dots[0] + 1, dots0);