mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 23:06:08 -04:00
17 lines
409 B
Plaintext
17 lines
409 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 1998/11/05 08:24:12 garbled Exp $
|
|
--- PaintInterface/T1FontCreator.cc.orig Thu Nov 5 01:09:50 1998
|
|
+++ PaintInterface/T1FontCreator.cc Thu Nov 5 01:10:08 1998
|
|
@@ -1,3 +1,4 @@
|
|
+#ifdef USE_GGI
|
|
#include "T1FontCreator.hh"
|
|
#include "Utils.hh"
|
|
#include "PathConfig.hh"
|
|
@@ -6,7 +7,6 @@
|
|
#include <t1lib.h>
|
|
#include <unistd.h>
|
|
|
|
-#ifdef USE_GGI
|
|
|
|
T1FontCreator::T1FontCreator()
|
|
{
|