mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
17 lines
604 B
Plaintext
17 lines
604 B
Plaintext
$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);
|