diff options
author | cy <cy@FreeBSD.org> | 2002-11-01 07:11:26 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-11-01 07:11:26 +0800 |
commit | 404b68e0d789695c255d294faa16e36d0fb1267e (patch) | |
tree | fd8f3e866f251c0bc591c3936251c7f864d60af6 /x11-wm/fvwm2-devel/files | |
parent | af547aa0f96404ee7817de8d04902bc4e71b4f52 (diff) | |
download | freebsd-ports-gnome-404b68e0d789695c255d294faa16e36d0fb1267e.tar.gz freebsd-ports-gnome-404b68e0d789695c255d294faa16e36d0fb1267e.tar.zst freebsd-ports-gnome-404b68e0d789695c255d294faa16e36d0fb1267e.zip |
Update 2.5.3 --> 2.5.4
PR: 44787
Submitted by: Anders Andersson <anders@hack.org>
Diffstat (limited to 'x11-wm/fvwm2-devel/files')
-rw-r--r-- | x11-wm/fvwm2-devel/files/patch-configure | 18 | ||||
-rw-r--r-- | x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in | 10 |
2 files changed, 14 insertions, 14 deletions
diff --git a/x11-wm/fvwm2-devel/files/patch-configure b/x11-wm/fvwm2-devel/files/patch-configure index a677cb854b25..da3b50faaabe 100644 --- a/x11-wm/fvwm2-devel/files/patch-configure +++ b/x11-wm/fvwm2-devel/files/patch-configure @@ -1,17 +1,17 @@ ---- configure.orig Sun Aug 25 04:31:08 2002 -+++ configure Fri Sep 13 18:29:58 2002 -@@ -3758,7 +3758,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 +--- configure.orig Thu Oct 31 18:14:43 2002 ++++ configure Thu Oct 31 18:15:52 2002 +@@ -6157,7 +6157,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS -LIBS="-lpng ${png_LIBS} -lz -lm $LIBS" +LIBS="-L%%LOCALBASE%%/lib -lpng ${png_LIBS} -lz -lm $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3764 "configure" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" #include "confdefs.h" -@@ -3921,7 +3921,7 @@ +@@ -6429,7 +6429,7 @@ #define HAVE_PNG 1 - EOF + _ACEOF - png_LIBS="-lpng -lz" + png_LIBS="-L%%LOCALBASE%%/lib -lpng -lz" diff --git a/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in b/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in index 0d4abd14687c..b8ffa408c358 100644 --- a/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in +++ b/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in @@ -1,15 +1,15 @@ ---- fvwm/Makefile.in.orig Sun Aug 25 04:34:20 2002 -+++ fvwm/Makefile.in Tue Sep 10 10:21:40 2002 -@@ -919,9 +919,9 @@ +--- fvwm/Makefile.in.orig Thu Oct 31 18:34:30 2002 ++++ fvwm/Makefile.in Thu Oct 31 18:34:51 2002 +@@ -936,9 +936,9 @@ echo "Minor warning: $(bindir)/fvwm2 symlink was not created" install-data-local: - @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1 - @$(LN_S) fvwm.1 $(DESTDIR)$(mandir)/man1/fvwm2.1 || \ -- echo "Minor warning: $(mandir)/man1/fvwm2.1 symlink was not created" +- echo "Minor warning: $(mandir)/man1/fvwm2.1 symlink was not created" + @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1.gz + @$(LN_S) fvwm.1.gz $(DESTDIR)$(mandir)/man1/fvwm2.1.gz || \ -+ echo "Minor warning: $(mandir)/man1/fvwm2.1.gz symlink was not created" ++ echo "Minor warning: $(mandir)/man1/fvwm2.1.gz symlink was not created" # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |