diff options
Diffstat (limited to 'net/libmms/Makefile')
-rw-r--r-- | net/libmms/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net/libmms/Makefile b/net/libmms/Makefile index 9fe4eb8f6d4..2d355cead49 100644 --- a/net/libmms/Makefile +++ b/net/libmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/09/10 16:17:34 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2007/09/16 20:55:31 joerg Exp $ # DISTNAME= libmms-0.3 @@ -15,14 +15,6 @@ USE_TOOLS+= pkg-config .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "FreeBSD" -SUBST_CLASSES= includes -SUBST_STAGE.includes= post-patch -SUBST_FILES.includes= src/uri.c -SUBST_SED.includes= -e "s|malloc.h|stdlib.h|" -SUBST_MESSAGE.includes= Replacing malloc.h with stdlib.h for FreeBSD. -.endif - PKGCONFIG_OVERRIDE+= pkgconfig/libmms.pc.in .include "../../devel/glib2/buildlink3.mk" |