diff options
Diffstat (limited to 'libraries/clutter-gtk/clutter-gtk.SlackBuild')
-rw-r--r-- | libraries/clutter-gtk/clutter-gtk.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libraries/clutter-gtk/clutter-gtk.SlackBuild b/libraries/clutter-gtk/clutter-gtk.SlackBuild index 57eed5c58c119..1c795424bccb2 100644 --- a/libraries/clutter-gtk/clutter-gtk.SlackBuild +++ b/libraries/clutter-gtk/clutter-gtk.SlackBuild @@ -22,17 +22,17 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Modified by the SlackBuilds.org team + PRGNAM=clutter-gtk VERSION=0.10.2 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -67,6 +67,9 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +# Patch for newer gtk +patch -p1 < $CWD/clutter-gtk_newgtk.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |