tetex: fix darwin build
specify -std=gnu89 and -std=c++03 to fix the configure script and build. the tarballs were last updated in 2006 and the package is no longer maintain so use standards from the era.
This commit is contained in:
@@ -31,6 +31,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
env = {
|
||||
CFLAGS = "-std=gnu89";
|
||||
CXXFLAGS = "-std=c++03";
|
||||
};
|
||||
|
||||
configureFlags =
|
||||
[ "--disable-multiplatform" "--without-x11" "--without-xdvik"
|
||||
"--without-oxdvik" "--without-texinfo" "--without-texi2html"
|
||||
|
||||
Reference in New Issue
Block a user