# HG changeset patch # User Michael Schloh von Bennewitz # Date 1231281835 -3600 # Node ID 0b0ffb65d7058d9aaafbb5d629b7e76d96a8d82a # Parent 0cd2ee160ef5d2e4d971ab12dfd48278ed377dbf Replace imake with xmkmf for portability across X11 installations. diff -r 0cd2ee160ef5 -r 0b0ffb65d705 tightvnc/tightvnc.spec --- a/tightvnc/tightvnc.spec Tue Jan 06 23:42:49 2009 +0100 +++ b/tightvnc/tightvnc.spec Tue Jan 06 23:43:55 2009 +0100 @@ -32,7 +32,7 @@ Group: XWindow License: GPL Version: 1.3.9 -Release: 20080101 +Release: 20080528 # list of sources Source0: http://switch.dl.sourceforge.net/vnc-tight/tightvnc-%{version}_unixsrc.tar.bz2 @@ -75,7 +75,7 @@ rm -f Makefile */Makefile PATH="$PATH:`%{l_rc} --query x11_bindir`" x11config=`%{l_rc} --query x11_libdir`/X11/config - imake -DHasGcc2 -UHasSunC -DUseInstalled -I$x11config + xmkmf -a %{l_make} Makefiles IMAKE_DEFINES="-DHasGcc2 -UHasSunC" %{l_make} includes %{l_make} all CC="%{l_cc}"