aboutsummaryrefslogtreecommitdiff
path: root/www/crawl/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-12-21 18:39:12 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-12-21 18:39:12 +0000
commita8c91e1d261d9d9557d8b9b6bc18dc6a409d87ea (patch)
tree691ab3064e0c0d1f9c98394ca3c24890391eba5d /www/crawl/files
parentdbd5d617998c0d43f0563976a0772b03937ff801 (diff)
downloadports-a8c91e1d261d9d9557d8b9b6bc18dc6a409d87ea.tar.gz
ports-a8c91e1d261d9d9557d8b9b6bc18dc6a409d87ea.zip
Notes
Diffstat (limited to 'www/crawl/files')
-rw-r--r--www/crawl/files/patch-Makefile.in10
-rw-r--r--www/crawl/files/patch-configure (renamed from www/crawl/files/patch-configure.in)16
2 files changed, 19 insertions, 7 deletions
diff --git a/www/crawl/files/patch-Makefile.in b/www/crawl/files/patch-Makefile.in
new file mode 100644
index 000000000000..0f6ac92fab60
--- /dev/null
+++ b/www/crawl/files/patch-Makefile.in
@@ -0,0 +1,10 @@
+--- Makefile.in.orig Sat May 17 20:50:51 2003
++++ Makefile.in Sun Dec 21 12:19:52 2003
+@@ -159,7 +154,6 @@
+ $(MAKE) $(srcdir)/stamp-h.in; \
+ else :; fi
+ $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
+- cd $(top_srcdir) && $(AUTOHEADER)
+ @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
+
+ mostlyclean-hdr:
diff --git a/www/crawl/files/patch-configure.in b/www/crawl/files/patch-configure
index 9de236fb45a9..7f99fc735e42 100644
--- a/www/crawl/files/patch-configure.in
+++ b/www/crawl/files/patch-configure
@@ -1,9 +1,11 @@
---- configure.in.orig Wed Jun 20 14:41:44 2001
-+++ configure.in Wed Jun 20 17:30:07 2001
-@@ -38,11 +38,11 @@
- ;;
+$FreeBSD$
+
+--- configure.orig Sun Dec 21 12:18:11 2003
++++ configure Sun Dec 21 12:18:28 2003
+@@ -2545,11 +2545,11 @@
*)
- AC_MSG_RESULT($withval)
+ 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`
@@ -13,5 +15,5 @@
+ EVENTINC="-I$withval/include"
+ EVENTLIB="-L$withval/lib -levent"
else
- AC_ERROR(event.h or libevent.a not found in $withval)
- fi
+ { { 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;}