mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
459 B
Plaintext
14 lines
459 B
Plaintext
$NetBSD: patch-ai,v 1.1.1.1 2007/11/25 23:52:54 wiz Exp $
|
|
|
|
--- src/ui/Makefile.in.orig 2007-09-14 05:43:03.000000000 +0000
|
|
+++ src/ui/Makefile.in
|
|
@@ -172,7 +172,7 @@ target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
AM_CPPFLAGS = -DPKG_DATA_DIR="\"$(pkgdatadir)/\""
|
|
-INCLUDES = -I$(top_srcdir)/guichan
|
|
+INCLUDES = -I$(top_srcdir)/guichan -I$(top_srcdir)/src
|
|
noinst_LIBRARIES = libui.a
|
|
libui_a_SOURCES = \
|
|
menuaction.h \
|