summaryrefslogtreecommitdiff
path: root/lang/urweb/files/patch-configure
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-04-06 14:36:30 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-04-06 14:36:30 +0000
commite2e280ca6f9e994b35296affecbc8a1c6123b3b9 (patch)
tree162f4e636afe5d7e294331c2eeb0bb3fefd87b21 /lang/urweb/files/patch-configure
parent- Add a patch to fix a memory leak [1] (diff)
Add New Port lang/urweb: Ur is a programming language in the tradition of ML and Haskell, but featuring
a significantly richer type system. Ur is functional, pure, statically-typed, and strict. Ur supports a powerful kind of metaprogramming based on row types. Ur/Web is Ur plus a special standard library and associated rules for parsing and optimization. Ur/Web supports construction of dynamic web applications backed by SQL databases. PR: ports/166657 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Feature safe: yes
Diffstat (limited to 'lang/urweb/files/patch-configure')
-rw-r--r--lang/urweb/files/patch-configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/urweb/files/patch-configure b/lang/urweb/files/patch-configure
new file mode 100644
index 000000000000..9939eb6c996b
--- /dev/null
+++ b/lang/urweb/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig 2012-03-29 08:09:43.000000000 -0700
++++ configure 2012-04-04 03:59:35.000000000 -0700
+@@ -12583,14 +12583,14 @@
+
+
+ if test -z $PGHEADER; then
+- for ac_header in postgresql/libpq-fe.h
++ for ac_header in libpq-fe.h
+ do :
+- ac_fn_c_check_header_mongrel "$LINENO" "postgresql/libpq-fe.h" "ac_cv_header_postgresql_libpq_fe_h" "$ac_includes_default"
++ ac_fn_c_check_header_mongrel "$LINENO" "libpq-fe.h" "ac_cv_header_postgresql_libpq_fe_h" "$ac_includes_default"
+ if test "x$ac_cv_header_postgresql_libpq_fe_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+ #define HAVE_POSTGRESQL_LIBPQ_FE_H 1
+ _ACEOF
+- PGHEADER=postgresql/libpq-fe.h
++ PGHEADER=libpq-fe.h
+ fi
+
+ done