diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/qpopper/files/patch-popper__Makefile.in | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'mail/qpopper/files/patch-popper__Makefile.in')
-rw-r--r-- | mail/qpopper/files/patch-popper__Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/qpopper/files/patch-popper__Makefile.in b/mail/qpopper/files/patch-popper__Makefile.in new file mode 100644 index 000000000000..a5ca95186ebb --- /dev/null +++ b/mail/qpopper/files/patch-popper__Makefile.in @@ -0,0 +1,12 @@ +--- popper/Makefile.in.orig 2011-06-08 23:45:12.000000000 -0700 ++++ popper/Makefile.in 2011-06-08 23:45:40.000000000 -0700 +@@ -213,7 +213,7 @@ + ${LIBS} ${LDFLAGS} + + popauth: ${POPAUTHOBJS} ${MISSING_OBJS} +- ${CC} -o popauth ${POPAUTHOBJS} ${NETWORK_LIBS} \ ++ ${CC} -o popauth ${POPAUTHOBJS} ${NETWORK_LIBS} ${LIBS}\ + ${DBM_LIBS} ${MISSING_OBJS} \ + ${common_dir}/libcommon.a + + |