diff options
author | krion <krion@FreeBSD.org> | 2003-10-11 02:01:51 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-11 02:01:51 +0800 |
commit | 7192504e51d5f97689161f036c3b31e6ae110bb5 (patch) | |
tree | 04ffc09a9d6c9e6e411a27d59978bf14a8563d64 /science/xloops-ginac/files | |
parent | e3e588a47464e963776ad7ca28090838ff93cbf8 (diff) | |
download | freebsd-ports-gnome-7192504e51d5f97689161f036c3b31e6ae110bb5.tar.gz freebsd-ports-gnome-7192504e51d5f97689161f036c3b31e6ae110bb5.tar.zst freebsd-ports-gnome-7192504e51d5f97689161f036c3b31e6ae110bb5.zip |
- Fix build on 4-stable
- Do not create useless empty directory
PR: 57835
Submitted by: Ports Fury
Diffstat (limited to 'science/xloops-ginac/files')
-rw-r--r-- | science/xloops-ginac/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | science/xloops-ginac/files/patch-configure | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/science/xloops-ginac/files/patch-Makefile.in b/science/xloops-ginac/files/patch-Makefile.in new file mode 100644 index 000000000000..5ce920225565 --- /dev/null +++ b/science/xloops-ginac/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Nov 8 23:19:05 2001 ++++ Makefile.in Fri Oct 10 11:10:31 2003 +@@ -91,7 +91,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + +-SUBDIRS = lib check xloops ginsh doc ++SUBDIRS = lib check xloops ginsh + + # Requires automake 1.4 + AUTOMAKE_OPTIONS = 1.4 diff --git a/science/xloops-ginac/files/patch-configure b/science/xloops-ginac/files/patch-configure new file mode 100644 index 000000000000..83ea6ec44709 --- /dev/null +++ b/science/xloops-ginac/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Feb 28 01:06:04 2002 ++++ configure Fri Oct 10 10:45:33 2003 +@@ -7385,6 +7385,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' |