diff options
author | Xin LI <delphij@FreeBSD.org> | 2008-01-28 08:49:43 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2008-01-28 08:49:43 +0000 |
commit | 4b0e9129ec6b830c858885b83b0ff16e1aa84036 (patch) | |
tree | f5cdb6375613b47e5aceb92c04a844f1d27e3187 /mail/postfix-gps/files/patch-src::Makefile.am | |
parent | - Disable regression tests on pointyhat - they are trying to allocate infinite (diff) |
Update to 1.005 the latest stable release. While I am there, do some
clean ups to make portlint(1) happy, and reduce unnecessray code.
Notes
Notes:
svn path=/head/; revision=206309
Diffstat (limited to 'mail/postfix-gps/files/patch-src::Makefile.am')
-rw-r--r-- | mail/postfix-gps/files/patch-src::Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mail/postfix-gps/files/patch-src::Makefile.am b/mail/postfix-gps/files/patch-src::Makefile.am deleted file mode 100644 index 6cb666ce6f83..000000000000 --- a/mail/postfix-gps/files/patch-src::Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ ---- src/Makefile.am.orig Sun Nov 21 01:41:36 2004 -+++ src/Makefile.am Sun Jan 9 16:45:10 2005 -@@ -9,5 +9,5 @@ - noinst_HEADERS = configreader.h db.h read.h triplet.h defs.h strtrim.h cfg.h \ - wlmodule.h wldb.h tmplwlmod.h dbdefs.h doxygen.h wlcacheddb.h dbiquote.h \ - regexcpp.h pmatcher.h action.h --gps_LDADD = -lpthread -ldbi -ldl -+gps_LDADD = -ldbi ${PTHREAD_LIBS} - METASOURCES = AUTO |