diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-12-21 18:39:12 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-12-21 18:39:12 +0000 |
commit | a8c91e1d261d9d9557d8b9b6bc18dc6a409d87ea (patch) | |
tree | 691ab3064e0c0d1f9c98394ca3c24890391eba5d /www/crawl/files/patch-configure | |
parent | Mark as broken on 5.x due to compile problems (possibly related to (diff) |
Update to 0.4.
Notes
Notes:
svn path=/head/; revision=96341
Diffstat (limited to 'www/crawl/files/patch-configure')
-rw-r--r-- | www/crawl/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/crawl/files/patch-configure b/www/crawl/files/patch-configure new file mode 100644 index 000000000000..7f99fc735e42 --- /dev/null +++ b/www/crawl/files/patch-configure @@ -0,0 +1,19 @@ +$FreeBSD$ + +--- configure.orig Sun Dec 21 12:18:11 2003 ++++ configure Sun Dec 21 12:18:28 2003 +@@ -2545,11 +2545,11 @@ + *) + echo "$as_me:$LINENO: result: $withval" >&5 + echo "${ECHO_T}$withval" >&6 +- if test -f $withval/event.h -a -f $withval/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" +- EVENTLIB="-L$withval -levent" ++ EVENTINC="-I$withval/include" ++ EVENTLIB="-L$withval/lib -levent" + else + { { echo "$as_me:$LINENO: error: event.h or libevent.a not found in $withval" >&5 + echo "$as_me: error: event.h or libevent.a not found in $withval" >&2;} |