diff options
author | oliver <oliver@FreeBSD.org> | 2004-10-29 04:31:53 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-10-29 04:31:53 +0800 |
commit | 425476bc7fb078dd26c2e9f93452911f75a341ea (patch) | |
tree | 5052f31a7b6cfe252146330d3c464b706f43bf3e | |
parent | abe1631c6b9e03f15694068680a5a5b2e1576223 (diff) | |
download | freebsd-ports-gnome-425476bc7fb078dd26c2e9f93452911f75a341ea.tar.gz freebsd-ports-gnome-425476bc7fb078dd26c2e9f93452911f75a341ea.tar.zst freebsd-ports-gnome-425476bc7fb078dd26c2e9f93452911f75a341ea.zip |
add -lXext to src/glx/Makefile.in because -lGL needs it
-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 |