diff options
Diffstat (limited to 'databases/pgbouncer/files/patch-configure')
-rw-r--r-- | databases/pgbouncer/files/patch-configure | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/pgbouncer/files/patch-configure b/databases/pgbouncer/files/patch-configure deleted file mode 100644 index ba1498148ea5..000000000000 --- a/databases/pgbouncer/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig 2012-11-28 17:11:13.000000000 +0400 -+++ configure 2013-09-25 23:54:23.465994180 +0400 -@@ -6332,8 +6332,8 @@ - levent=yes - else - levent=yes -- CPPFLAGS="$CPPFLAGS -I$withval/include" -- LDFLAGS="$LDFLAGS -L$withval/lib" -+ CPPFLAGS="$CPPFLAGS -I$withval/include -I$withval/include/event2/compat" -+ LDFLAGS="$LDFLAGS -L$withval/lib/event2" - fi - - fi - |