summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-11-13 09:11:38 +0000
committerJohn Marino <marino@FreeBSD.org>2015-11-13 09:11:38 +0000
commit0e3bd5c6d16efac8148f803f4afee4f13b79ef45 (patch)
tree6e5bcd277de98105a1e0c4df22f4c5c235cc3631
parent20c13c3a0615c541bcb3d0c24b8c7c07a88e7db3 (diff)
downloadfreebsd-ports-0e3bd5c6d16efac8148f803f4afee4f13b79ef45.zip
devel/pasm: USES=alias to fix malloc.h-less DF
-rw-r--r--devel/pasm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pasm/Makefile b/devel/pasm/Makefile
index e916d8d80f87..e0d82f8fada2 100644
--- a/devel/pasm/Makefile
+++ b/devel/pasm/Makefile
@@ -16,6 +16,8 @@ GH_ACCOUNT= rpaulo
GH_PROJECT= am335x_pru_package
PLIST_FILES= bin/pasm
+USES= alias
+
do-build:
(cd ${WRKSRC}/pru_sw/utils/pasm_source && \
${CC} ${CFLAGS} -D_UNIX_ pasm.c pasmpp.c pasmexp.c pasmop.c \