Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 11:07:37 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330858 - head/devel/liboil
Message-ID:  <201310191107.r9JB7bvr074636@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Oct 19 11:07:36 2013
New Revision: 330858
URL: http://svnweb.freebsd.org/changeset/ports/330858

Log:
  - Remove -fheinous-gnu-extensions.  No longer needed. [1]
  - Remove substitutions that have no effect.
  
  PR:		ports/181504 [1]
  Submitted by:	nork [1]

Modified:
  head/devel/liboil/Makefile

Modified: head/devel/liboil/Makefile
==============================================================================
--- head/devel/liboil/Makefile	Sat Oct 19 10:19:44 2013	(r330857)
+++ head/devel/liboil/Makefile	Sat Oct 19 11:07:36 2013	(r330858)
@@ -13,7 +13,7 @@ COMMENT=	Library of optimized inner loop
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		pathfix pkgconfig
+USES=		pkgconfig
 USE_GNOME=	ltverhack
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
@@ -21,19 +21,8 @@ CONFIGURE_ARGS=	--disable-gtk-doc \
 		--disable-glib
 CFLAGS:=	${CFLAGS:N-O*} -O2
 
-_COMPILER_VERSION!=	${CC} --version
-.if ${_COMPILER_VERSION:Mclang}
-CFLAGS+=	-fheinous-gnu-extensions
-.endif
-
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|\\$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
 		${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|<stdint\.h|<inttypes.h|g' \
-		${WRKSRC}/liboil/liboiltypes.h \
-		${WRKSRC}/liboil/liboilprofile.h \
-		${WRKSRC}/liboil/liboil.h
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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