From e2e280ca6f9e994b35296affecbc8a1c6123b3b9 Mon Sep 17 00:00:00 2001 From: Michael Scheidell Date: Fri, 6 Apr 2012 14:36:30 +0000 Subject: 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 Feature safe: yes --- lang/urweb/files/patch-configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lang/urweb/files/patch-configure (limited to 'lang/urweb/files/patch-configure') 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 -- cgit v1.2.3