diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-26 07:49:36 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-26 07:49:36 +0000 |
commit | 1c7189de36dc1347394b788eb17358d02978d129 (patch) | |
tree | 0e952f0880e1e25b6f247645cb5a0dfa8e7faedc /net/arpd/files | |
parent | update lang/dylan: 2.3.10 -> 2.3.11 (diff) |
- Update to version 0.2
- Change MASTER_SITES
- Give maintainership to submitter
PR: 57108
Submitted by: Yann Berthier <yb@sainte-barbe.org>
Diffstat (limited to 'net/arpd/files')
-rw-r--r-- | net/arpd/files/patch-configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/arpd/files/patch-configure b/net/arpd/files/patch-configure deleted file mode 100644 index f6bb92c25878..000000000000 --- a/net/arpd/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig Sun Nov 24 16:32:01 2002 -+++ configure Sun Nov 24 16:32:36 2002 -@@ -1273,8 +1273,7 @@ - ;; - *) - echo "$ac_t""$withval" 1>&6 -- if test -f $withval/include/event.h -a -f -- $withval/lib/libevent.a; then -+ if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then - owd=`pwd` - if cd $withval; then withval=`pwd`; cd $owd; fi - EVENTINC="-I$withval/include" |