Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 14:26:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318976 - head/net-p2p/teknap
Message-ID:  <201305241426.r4OEQmai048664@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May 24 14:26:48 2013
New Revision: 318976
URL: http://svnweb.freebsd.org/changeset/ports/318976

Log:
  Fix build with clang removing the useless and deprecated -I-

Modified:
  head/net-p2p/teknap/Makefile

Modified: head/net-p2p/teknap/Makefile
==============================================================================
--- head/net-p2p/teknap/Makefile	Fri May 24 14:23:05 2013	(r318975)
+++ head/net-p2p/teknap/Makefile	Fri May 24 14:26:48 2013	(r318976)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	TekNap napster client
-# Date created:				6 Jul 2000
-# Whom:					Carl Johan Madestrand
-#
+# Created by: Carl Johan Madestrand
 # $FreeBSD$
-#
 
 PORTNAME=	TekNap
 PORTVERSION=	1.3.g
@@ -64,6 +60,7 @@ pre-configure:
 
 post-patch:
 	@${REINPLACE_CMD} -e '/mkinstalldirs/ s,$$(HELPDIR) $$(NAPLIB),,g' \
+		-e "s/-I-//g" \
 		${WRKSRC}/Makefile.in
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305241426.r4OEQmai048664>