Package: gtk+
Version: 1.2.3
OS: Solaris 2.5.1
X version: any

"make install" fails because Solaris 2.5.1, annoyingly, requires that
you do "ln -f -s"; it rejects "ln -s -f" with a usage message.

This patch swaps the "-s" and "-f" flags in "gtk/Makefile.in".