summaryrefslogtreecommitdiff
path: root/net/mpd4/files/patch-src::Makefile
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2006-01-24 09:28:22 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2006-01-24 09:28:22 +0000
commit70dd0de8ee8c0930730b488cfd5b8fabe2326151 (patch)
tree4a5be8308cb6575a0633a018e3a4a86c709b504d /net/mpd4/files/patch-src::Makefile
parentChange facility from daemon to security, because daemon.info goes to (diff)
Update to new beta release of mpd4 - 4.0b4. Several important bugfixes has
been made in this release. Also the new release introduces better integration with new nodes in RELENG_6 branch - ng_tcpmss(4) and ng_netflow(4). Approved by: archie
Diffstat (limited to 'net/mpd4/files/patch-src::Makefile')
-rw-r--r--net/mpd4/files/patch-src::Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/mpd4/files/patch-src::Makefile b/net/mpd4/files/patch-src::Makefile
deleted file mode 100644
index 8d8fd02105cf..000000000000
--- a/net/mpd4/files/patch-src::Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: src/Makefile
-===================================================================
-RCS file: /cvsroot/mpd/mpd/src/Makefile,v
-retrieving revision 1.33
-retrieving revision 1.34
-diff -u -r1.33 -r1.34
---- src/Makefile 8 May 2005 16:02:24 -0000 1.33
-+++ src/Makefile 17 Oct 2005 02:00:40 -0000 1.34
-@@ -61,7 +61,7 @@
- LDADD+= -L/usr/lib -lradius
- DPADD+= ${LIBRADIUS}
-
--LDADD+= -L/usr/local/lib -lpdel -lssl -lexpat
-+LDADD+= -L${PREFIX}/lib -lpdel -lssl -lexpat
-
- MPD_VERSION!= echo -n "${VERSION} (`id -un`@`uname -n` `LC_TIME=C date +'%R %v'`)"
-
-@@ -80,7 +80,7 @@
- -Wpointer-arith \
- -Wwrite-strings \
- -pthread \
-- -I/usr/local/include
-+ -I${PREFIX}/include
-
- # Standard sources
-