summaryrefslogtreecommitdiffstats
path: root/graphics/xfpovray/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfpovray/files/patch-aa')
-rw-r--r--graphics/xfpovray/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xfpovray/files/patch-aa b/graphics/xfpovray/files/patch-aa
index e66a268..60f9b82 100644
--- a/graphics/xfpovray/files/patch-aa
+++ b/graphics/xfpovray/files/patch-aa
@@ -9,12 +9,12 @@
XCOMM If your compiler can't find the xforms library
-XFORMS_LIBDIR = /usr/local/lib
-+XFORMS_LIBDIR = ${X11BASE}/lib
++XFORMS_LIBDIR = ${LOCALBASE}/lib
XCOMM If your compiler can't find the xforms header file
-XFORMS_INCDIR = /usr/local/include
-+.if exists(${X11BASE}/include/X11/forms.h)
-+XFORMS_INCDIR = ${X11BASE}/include/X11
++.if exists(${LOCALBASE}/include/X11/forms.h)
++XFORMS_INCDIR = ${LOCALBASE}/include/X11
+.else
-+XFORMS_INCDIR = ${X11BASE}/include
++XFORMS_INCDIR = ${LOCALBASE}/include
+.endif
OpenPOWER on IntegriCloud