diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
commit | beced671bdcb6ffe50e652d814ac803ba36386d8 (patch) | |
tree | 88eb9dbb4fc80b7d159c64e16db129bdd9b80aed /misc/libhome/files/patch-aa | |
parent | Add the current SUSv4/Open Group Base Specifications Issue 7. (diff) |
Remove non staged ports without pending PR from m*
Diffstat (limited to 'misc/libhome/files/patch-aa')
-rw-r--r-- | misc/libhome/files/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/libhome/files/patch-aa b/misc/libhome/files/patch-aa deleted file mode 100644 index 0106c9bea95a..000000000000 --- a/misc/libhome/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig 2009-05-21 13:55:18.000000000 +0200 -+++ Makefile.in 2009-05-21 13:57:01.000000000 +0200 -@@ -100,16 +100,16 @@ - - - home_finger: home_finger.c libhome.la compat -- ${LINK} -o home_finger -Icompat home_finger.c libhome.la -+ ${LINK} -o home_finger -Icompat home_finger.c libhome.la -lcrypt - - home_su: home_su.c libhome.la compat -- ${LINK} -o home_su -Icompat home_su.c libhome.la -+ ${LINK} -o home_su -Icompat home_su.c libhome.la -lcrypt - - home_expire_cache: home_expire_cache.o libhome.a - ${LINK} -o home_expire_cache home_expire_cache.o libhome.la - - @DO_PROXY@home_proxy: home_proxy.c libhome.la --@DO_PROXY@ ${LINK} -o home_proxy ${CPPFLAGS} -I. home_proxy.c libhome.la -+@DO_PROXY@ ${LINK} -o home_proxy ${CPPFLAGS} -I. home_proxy.c libhome.la -lcrypt - - install:: install-man install-lib - |