X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/b89e7e07d274c272d37c2e2e68e73d3ffec6d5c4..3982a765c4ae798e61bcb5ed7415e509718dc445:/mkfiles.pl diff --git a/mkfiles.pl b/mkfiles.pl index 478b5d52..8155c901 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -928,10 +928,10 @@ if (defined $makefiles{'gtk'}) { "KRB5CONFIG=krb5-config\n". "# You can manually set this to `gtk-config' or `pkg-config gtk+-1.2'\n". "# (depending on what works on your system) if you want to enforce\n". - "# building with GTK 1.2, or you can set it to `pkg-config gtk+-2.0'\n". + "# building with GTK 1.2, or you can set it to `pkg-config gtk+-2.0 x11'\n". "# if you want to enforce 2.0. The default is to try 2.0 and fall back\n". "# to 1.2 if it isn't found.\n". - "GTK_CONFIG = sh -c 'pkg-config gtk+-2.0 \$\$0 2>/dev/null || gtk-config \$\$0'\n". + "GTK_CONFIG = sh -c 'pkg-config gtk+-2.0 x11 \$\$0 2>/dev/null || gtk-config \$\$0'\n". "\n". "-include Makefile.local\n". "\n". @@ -1078,7 +1078,8 @@ if (defined $makefiles{'ac'}) { "\n". "CC = \@CC\@\n". "\n". - &splitline("CFLAGS = \@CFLAGS\@ \@CPPFLAGS\@ \@DEFS\@ \@GTK_CFLAGS\@ " . + &splitline("CFLAGS = \@CFLAGS\@ \@PUTTYCFLAGS\@ \@CPPFLAGS\@ " . + "\@DEFS\@ \@GTK_CFLAGS\@ " . (join " ", map {"-I$dirpfx$_"} @srcdirs))."\n". "XLDFLAGS = \@LDFLAGS\@ \@LIBS\@ \@GTK_LIBS\@\n". "ULDFLAGS = \@LDFLAGS\@ \@LIBS\@\n". @@ -1088,6 +1089,7 @@ if (defined $makefiles{'ac'}) { "prefix=\@prefix\@\n". "exec_prefix=\@exec_prefix\@\n". "bindir=\@bindir\@\n". + "datarootdir=\@datarootdir\@\n". "mandir=\@mandir\@\n". "man1dir=\$(mandir)/man1\n". "\n".