diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-26 03:07:17 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-26 03:07:17 +0000 |
commit | c6a995574107aba8c0c00a6b287d20117c1a03ee (patch) | |
tree | de22d69e43a3dd7f18ea4c0a0ddf3b1a113dbaef /graphics/giram | |
parent | 7702e168fc2eefb36e400bf5c35a0867aab62add (diff) | |
download | ports-c6a995574107aba8c0c00a6b287d20117c1a03ee.tar.gz ports-c6a995574107aba8c0c00a6b287d20117c1a03ee.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..289774907d39 --- /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" |