diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-02-12 03:13:12 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-02-12 03:13:12 +0000 |
commit | 0ccbf3de8b0c1e38b4422595f66d28ed2e840b41 (patch) | |
tree | 72111cc81551d8c796374359b7cbf53e892a3732 /misc/amanda25-server/files | |
parent | 1de2823475b09d5816349c4a7ab9c16526ebfa9e (diff) | |
download | ports-0ccbf3de8b0c1e38b4422595f66d28ed2e840b41.tar.gz ports-0ccbf3de8b0c1e38b4422595f66d28ed2e840b41.zip |
Notes
Diffstat (limited to 'misc/amanda25-server/files')
-rw-r--r-- | misc/amanda25-server/files/patch-ab | 12 | ||||
-rw-r--r-- | misc/amanda25-server/files/patch-ac | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/misc/amanda25-server/files/patch-ab b/misc/amanda25-server/files/patch-ab new file mode 100644 index 000000000000..92690f794cad --- /dev/null +++ b/misc/amanda25-server/files/patch-ab @@ -0,0 +1,12 @@ +--- common-src/Makefile.in.orig Fri Jan 26 14:28:17 2001 ++++ common-src/Makefile.in Thu Feb 8 06:51:25 2001 +@@ -481,7 +481,8 @@ + check: check-am + installcheck-am: + installcheck: installcheck-am +-install-exec-am: install-libLTLIBRARIES ++@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES ++@WANT_SERVER_TRUE@install-exec-am: + install-exec: install-exec-am + + install-data-am: diff --git a/misc/amanda25-server/files/patch-ac b/misc/amanda25-server/files/patch-ac new file mode 100644 index 000000000000..f7e9751971fa --- /dev/null +++ b/misc/amanda25-server/files/patch-ac @@ -0,0 +1,12 @@ +--- tape-src/Makefile.in.orig Fri Jan 26 14:28:19 2001 ++++ tape-src/Makefile.in Sun Feb 11 21:18:00 2001 +@@ -353,7 +353,8 @@ + check: check-am + installcheck-am: + installcheck: installcheck-am +-install-exec-am: install-libLTLIBRARIES ++@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES ++@WANT_SERVER_TRUE@install-exec-am: + install-exec: install-exec-am + + install-data-am: |