summaryrefslogtreecommitdiff
path: root/lang/urweb/files/patch-configure
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-07-08 22:47:13 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-07-08 22:47:13 +0000
commitc280f67cb691a3ff0c9df08517651e66b416d178 (patch)
treed612b44270c7d7da93f4e3e14250d4ee6437565f /lang/urweb/files/patch-configure
parent- fix strip command (use ${PREFIX} instead real path) (diff)
Update to 20140704.
PR: 191579 Submitted by: beyert@cs.ucr.edu (maintainer)
Diffstat (limited to 'lang/urweb/files/patch-configure')
-rw-r--r--lang/urweb/files/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/urweb/files/patch-configure b/lang/urweb/files/patch-configure
deleted file mode 100644
index a029767ee940..000000000000
--- a/lang/urweb/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2012-09-25 05:16:58.000000000 -0700
-+++ configure 2013-02-16 19:55:33.000000000 -0800
-@@ -11744,14 +11744,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" = x""yes; then :
- cat >>confdefs.h <<_ACEOF
- #define HAVE_POSTGRESQL_LIBPQ_FE_H 1
- _ACEOF
-- PGHEADER=postgresql/libpq-fe.h
-+ PGHEADER=libpq-fe.h
- fi
-
- done