diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-10-28 20:31:53 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-10-28 20:31:53 +0000 |
commit | ddb5286677df69f02b205d7885c248bca3365ab5 (patch) | |
tree | e3ae350e0425c0ee42b37d5040d9fc0a58be770a /math | |
parent | 7b6254ce1f7235c3ff1b40699f747a925c044534 (diff) |
add -lXext to src/glx/Makefile.in because -lGL needs it
Notes
Notes:
svn path=/head/; revision=120424
Diffstat (limited to 'math')
-rw-r--r-- | math/freefem++/files/patch-src::glx::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
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 |