From 3105b28d41c7b2aae4c4aefcc219f0d73a64c6b0 Mon Sep 17 00:00:00 2001 From: "Frank J. Laszlo" Date: Fri, 1 Dec 2006 14:14:47 +0000 Subject: Respect X11BASE Reported by: pointyhat --- science/oof/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'science/oof') diff --git a/science/oof/Makefile b/science/oof/Makefile index 0119351c27e1..5130ea323a8a 100644 --- a/science/oof/Makefile +++ b/science/oof/Makefile @@ -36,7 +36,9 @@ CXXFLAGS+= -Wno-deprecated GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cxxflags='${CXXFLAGS}' \ --with-libdirs=-L${LOCALBASE}/lib \ - --with-blas="-L${LOCALBASE}/lib ${BLAS_LIBS} -lg2c" + --with-blas="-L${LOCALBASE}/lib ${BLAS_LIBS} -lg2c" \ + --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib USE_GCC= 3.2+ ALL_TARGET= all -- cgit v1.2.3