Tue, 28 Aug 2012 18:32:05 +0200
Correct detection of GCC sync_fetch_and_add atomic builtins, update the
version, modernize packaging, add new prompts, and correct sound paths.
The vendor configure script checks for sync_fetch_and_add and reports
success because strangely GCC only fails when returning the return value
of the builtin function in the consumer function.
1 #!@l_prefix@/bin/openpkg rc
2 ##
3 ## rc.x11 -- Run-Commands
4 ##
6 %config
7 x11_bindir="@x11_bindir@"
8 x11_incdir="@x11_incdir@"
9 x11_libdir="@x11_libdir@"
11 %info -o
12 echo "X11 Binary Directory: ${x11_bindir}"
13 echo "X11 Include Directory: ${x11_incdir}"
14 echo "X11 Library Directory: ${x11_libdir}"