diff options
author | maho <maho@FreeBSD.org> | 2003-07-26 11:07:17 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-26 11:07:17 +0800 |
commit | 078dfab2614980e4ad15376c7781bb904b8a7e4c (patch) | |
tree | e16205693fd22bba74bfac032f78310e21bb7eb8 /graphics/giram | |
parent | 31b4ad318111df5d71b0c3023fd40f2b7b03a59d (diff) | |
download | freebsd-ports-gnome-078dfab2614980e4ad15376c7781bb904b8a7e4c.tar.gz freebsd-ports-gnome-078dfab2614980e4ad15376c7781bb904b8a7e4c.tar.zst freebsd-ports-gnome-078dfab2614980e4ad15376c7781bb904b8a7e4c.zip |
Forgot to backout files/patch-configure...
Submitted by: KATO Tsuguru <tkato@prontomail.com> aka ports fury
Pointy hat to: myself
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" |