mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2000/12/18 12:35:48 kei Exp $
|
|
|
|
--- Imakefile.orig Mon Dec 18 13:41:06 2000
|
|
+++ Imakefile Mon Dec 18 13:42:16 2000
|
|
@@ -11,7 +11,7 @@
|
|
* for XPM support
|
|
*/
|
|
#ifdef SUPPORT_XPM
|
|
- EXTRA_INCLUDES = -I/usr/local/include
|
|
+ EXTRA_INCLUDES = -I${X11PREFIX}/include
|
|
XPM_LIBRARY = -lXpm
|
|
#endif
|
|
|