dca0625c6b
* Remove copy of X11 header files for old X11, it may cause build failure with recent X, like a PR 39975. * Need rgb.txt, add dependency on x11/rgb for X11_TYPE=modular. And fix path for the file (SUBST.rgb and patch-ac). * Add DESTDIR support. it seems that rules of imake deal spaces after cammna as part of the argument (patch-ac). * Replace IMAKE_MANNEWSUFFIX with IMAKE_MAN_SUFFIX in PLIST. * hard coded errno and sys_errlist is not portable these days (patch-ab) * sort PLIST * regen patches with unfied diff. Bump PKGREVISION.
13 lines
286 B
Text
13 lines
286 B
Text
$NetBSD: patch-aa,v 1.3 2008/11/30 08:43:16 obache Exp $
|
|
|
|
--- Pixmap.h.orig 2008-11-30 06:21:45.000000000 +0000
|
|
+++ Pixmap.h
|
|
@@ -69,7 +69,7 @@
|
|
#include <X11/Xmu/Converters.h>
|
|
#include <X11/Xos.h>
|
|
#include <X11/Xfuncproto.h>
|
|
-#include "xpm.h"
|
|
+#include <X11/xpm.h>
|
|
|
|
/* Resources:
|
|
|