svn commit: r353646 - head/audio/linux-fmodapi

Edwin Groothuis edwin at FreeBSD.org
Sun May 11 05:54:05 UTC 2014


Author: edwin
Date: Sun May 11 05:54:05 2014
New Revision: 353646
URL: http://svnweb.freebsd.org/changeset/ports/353646
QAT: https://qat.redports.org/buildarchive/r353646/

Log:
  - Stagify
  - Allow package build on amd64
  
  PR:		187881
  Submitted by:	Johannes Jost Meixner <xmj at chaot.net>

Modified:
  head/audio/linux-fmodapi/Makefile

Modified: head/audio/linux-fmodapi/Makefile
==============================================================================
--- head/audio/linux-fmodapi/Makefile	Sun May 11 05:48:46 2014	(r353645)
+++ head/audio/linux-fmodapi/Makefile	Sun May 11 05:54:05 2014	(r353646)
@@ -12,14 +12,16 @@ DISTNAME=	fmodapi42416linux
 MAINTAINER=	edwin at mavetju.org
 COMMENT=	Music & Sound effects system
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 INSTALL_SHLIB=	yes
 USE_LDCONFIG=	yes
-NO_STAGE=	yes
-NO_BUILD=	yes
 USE_LINUX_PREFIX=	yes
+NO_BUILD=	yes
 
 post-patch:
-	${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/Makefile
+	${REINPLACE_CMD} -e 's,%%PREFIX%%,${STAGEDIR}${PREFIX},' ${WRKSRC}/Makefile
+
+pre-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/lib/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list