academic/xoscope: # Allow DEPRECATED functions on gtk+2-2.24.3.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2011-03-29 23:36:17 -04:00 committed by Robby Workman
parent 735800a32d
commit 114ffb8bfe
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-st .
# Allow DEPRECATED functions or build fails on gtk+2-2.24.3.
sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' gtkdatabox-0.6.0.0/gtk/Makefile.am
autoreconf
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \