Replace imake with xmkmf for portability across X11 installations.

Tue, 06 Jan 2009 23:43:55 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2009 23:43:55 +0100
changeset 15
0b0ffb65d705
parent 14
0cd2ee160ef5
child 16
01c515740aeb

Replace imake with xmkmf for portability across X11 installations.

tightvnc/tightvnc.spec file | annotate | diff | comparison | revisions
     1.1 --- a/tightvnc/tightvnc.spec	Tue Jan 06 23:42:49 2009 +0100
     1.2 +++ b/tightvnc/tightvnc.spec	Tue Jan 06 23:43:55 2009 +0100
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        XWindow
     1.5  License:      GPL
     1.6  Version:      1.3.9
     1.7 -Release:      20080101
     1.8 +Release:      20080528
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://switch.dl.sourceforge.net/vnc-tight/tightvnc-%{version}_unixsrc.tar.bz2
    1.12 @@ -75,7 +75,7 @@
    1.13      rm -f Makefile */Makefile
    1.14      PATH="$PATH:`%{l_rc} --query x11_bindir`"
    1.15      x11config=`%{l_rc} --query x11_libdir`/X11/config
    1.16 -    imake -DHasGcc2 -UHasSunC -DUseInstalled -I$x11config
    1.17 +    xmkmf -a
    1.18      %{l_make} Makefiles IMAKE_DEFINES="-DHasGcc2 -UHasSunC"
    1.19      %{l_make} includes
    1.20      %{l_make} all CC="%{l_cc}"

mercurial