Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
$NetBSD: patch-ad,v 1.2 2011/11/25 21:57:36 joerg Exp $
--- font3d/truetype.cc.orig 2000-07-16 02:37:31.000000000 +0000
+++ font3d/truetype.cc
@@ -29,10 +29,9 @@
//==============================================================================================
#include <stdlib.h>
-#include <malloc.h>
#include <stdio.h>
-#include <iostream.h>
-#include <iomanip.h>
+#include <iostream>
+#include <iomanip>
#include <ctype.h>
#include "truetype.h"