diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-19 11:07:36 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-19 11:07:36 +0000 |
commit | ae827a9a31dbf709eba72972a1697251e1242c12 (patch) | |
tree | ac1cfd21268d57d9722ae706d70666a837ebcd3a /devel/liboil/Makefile | |
parent | 172b0533e8599826081d5ef73f81409fc67318eb (diff) | |
download | ports-ae827a9a31dbf709eba72972a1697251e1242c12.tar.gz ports-ae827a9a31dbf709eba72972a1697251e1242c12.zip |
Notes
Diffstat (limited to 'devel/liboil/Makefile')
-rw-r--r-- | devel/liboil/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 31480f379c68..ae9517f8b58a 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -13,7 +13,7 @@ COMMENT= Library of optimized inner loops 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> |