diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-10-27 09:12:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-10-27 09:12:08 +0000 |
commit | 9db629934633f149558fdd9aabfe856ebddf0572 (patch) | |
tree | e99d1a91ec7915f4f73d27dc7d146c7a9fd4ada4 /graphics/giram | |
parent | 34920189907707d87eda8b5034f614f0393f0828 (diff) | |
download | ports-9db629934633f149558fdd9aabfe856ebddf0572.tar.gz ports-9db629934633f149558fdd9aabfe856ebddf0572.zip |
Notes
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/giram/files/patch-configure b/graphics/giram/files/patch-configure new file mode 100644 index 000000000000..3f6755793913 --- /dev/null +++ b/graphics/giram/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Sat Mar 8 21:30:47 2003 ++++ configure Sun May 25 21:41:54 2003 +@@ -5432,6 +5432,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -5843,7 +5844,7 @@ + fi + + +-CFLAGS="-g -Wall -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $CFLAGS" ++CFLAGS="-DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $CFLAGS" + + if test -n "$DEBUGFLAG"; then + CFLAGS="$DEBUGFLAG $CFLAGS" |