sdl.info changes to avoid X11 convenience symlinks

Jack Howarth <[email protected]>
Newsgroups gmane.os.apple.fink.devel
Message-ID <CAP5Ds0ALYifzbQ=fTUj=EKE9FX3pywpiXJD2TbcEGX7uzrpRCQ@mail.gmail.com>
Max,
     Can you check in the following change for sdl-1.2.15-2 in order to
avoid the X11 convenience symlinks (which will be difficult to create under
rootless).

Index: sdl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/games/sdl.info,v
retrieving revision 1.8
diff -r1.8 sdl.info
28,29c28,39
< ConfigureParams: --mandir=%p/share/man
< CompileScript: ./configure %c; DISTCC_HOSTS='' MAKEFLAGS='-j1' make
---
> ConfigureParams: --mandir=%p/share/man --x-includes=$X11DIR/include
--x-libraries=$X11DIR/lib
> CompileScript: <<
> #!/bin/sh -ev
> # avoid convenience symlinks
> darwin_vers=`uname -r | cut -d. -f1`
> if [ "$darwin_vers" -ge 12 ]; then
> X11DIR=/opt/X11
> else
> X11DIR=/usr/X11
> fi
> ./configure %c; DISTCC_HOSTS='' MAKEFLAGS='-j1' make
> <<

The info file is attached as well. Thanks in advance.
          Jack

------------------------------------------------------------------------------

_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel
sdl.info (application/octet-stream, 2.2 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.