From 5c2ef73c4a11fa15331231737d744ec607ce6307 Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Mon, 20 Aug 2012 12:27:39 -0500 Subject: [PATCH] Fixed X11 include definitions, X11_INC and XPM_INC. --- .../top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 index fe8cd431e..522510666 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 @@ -28,9 +28,9 @@ PYTHON_INCLUDE=/System/Library/Frameworks/Python.framework/Versions/2.3/include/ # XDarwin # X11_LIB=/usr/X11R6/lib -X11_INC=/usr/X11R6/include/X11 +X11_INC=/usr/X11R6/include XPM_LIB=/usr/X11R6/lib -XPM_INC=/usr/X11R6/include/X11 +XPM_INC=/usr/X11R6/include # # Fink OpenMotif