openbsd-ports/math/abs/patches/patch-X11_popnindex_h
espie 72ce5b4fe2 okay, we've got strcasecmp in libc now.
Also kill this tolower() which doesn't match ctype.h.

(note to self: check WANTLIB before extract too ?)
2005-04-03 16:14:44 +00:00

12 lines
279 B
Plaintext

--- X11/popnindex.h.orig Wed Nov 15 22:10:42 2000
+++ X11/popnindex.h Sun Apr 3 18:06:11 2005
@@ -29,7 +29,7 @@ Concact: abs@ping.be or abs@pi.be
#include <stdio.h>
#include "param.h"
-#include "xpm.h"
+#include <X11/xpm.h>
extern void m_paste ();
extern void m_cut ();