From ddb5286677df69f02b205d7885c248bca3365ab5 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Thu, 28 Oct 2004 20:31:53 +0000 Subject: [PATCH] add -lXext to src/glx/Makefile.in because -lGL needs it --- math/freefem++/files/patch-src::glx::Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/freefem++/files/patch-src::glx::Makefile.in diff --git a/math/freefem++/files/patch-src::glx::Makefile.in b/math/freefem++/files/patch-src::glx::Makefile.in new file mode 100644 index 000000000000..cee802a7f12c --- /dev/null +++ b/math/freefem++/files/patch-src::glx::Makefile.in @@ -0,0 +1,11 @@ +--- src/glx/Makefile.in.orig Thu Oct 28 22:21:57 2004 ++++ src/glx/Makefile.in Thu Oct 28 22:22:07 2004 +@@ -121,7 +121,7 @@ + FreeFem___glx_SOURCES = ../Graphics/xglrgraf.cpp + FreeFem___glx_DEPENDENCIES = ../fflib/libff.a ../lglib/liblg.a + LDADD = ../lglib/liblg.a ../fflib/libff.a @UMFPACKLIB@ @ARPACKLIB@ \ +- @BLASLIB@ -lGLU -lGL ++ @BLASLIB@ -lGLU -lGL -lXext + + INCLUDES = -I../fflib + subdir = src/glx