From 9d431790e099aff3ebd3c4c0c6efea9fc3629bb4 Mon Sep 17 00:00:00 2001 From: flz Date: Mon, 11 Apr 2005 10:54:27 +0000 Subject: - ARCH is defined in bsd.port.pre.mk. Noticed by: Ion-Mihai Tetcu --- audio/boodler/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile index 325d3bcdccca..553d8c125bb1 100644 --- a/audio/boodler/Makefile +++ b/audio/boodler/Makefile @@ -31,6 +31,8 @@ LDCONFIG_DIRS= %%PREFIX%%/share/boodler/boodle DRIVER= FILE .endif +.include + .if ${ARCH} == "amd64" || ${ARCH} == "ia64" PIC= --PIC .endif @@ -58,4 +60,4 @@ do-install: .endif @${CAT} ${PKGMESSAGE} -.include +.include -- cgit