diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:18:41 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:18:41 +0000 |
commit | 72f9361d7251b5e7cb24c1d9665441dfec486939 (patch) | |
tree | 4c0ed25489d52ccfbd86de0845b10222f4e0b993 /devel/bisoncpp/files/patch-build | |
parent | - Update to 3.18.01 (diff) |
- Update to 4.05.00
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
Notes
Notes:
svn path=/head/; revision=335080
Diffstat (limited to 'devel/bisoncpp/files/patch-build')
-rw-r--r-- | devel/bisoncpp/files/patch-build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bisoncpp/files/patch-build b/devel/bisoncpp/files/patch-build index 4d16b72b61dc..73a3abe983da 100644 --- a/devel/bisoncpp/files/patch-build +++ b/devel/bisoncpp/files/patch-build @@ -1,6 +1,6 @@ ---- build.orig 2009-07-07 16:12:30.000000000 +0200 -+++ build 2009-11-02 14:28:18.000000000 +0100 -@@ -43,7 +43,10 @@ +--- ./build.orig 2013-11-27 18:04:34.000000000 +0100 ++++ ./build 2013-11-27 18:04:34.000000000 +0100 +@@ -40,7 +40,10 @@ manpage(); if (option == "manual") @@ -10,4 +10,4 @@ + } if (option == "library") - library(1); + { |