diff options
author | thorpej <thorpej@pkgsrc.org> | 1999-06-28 00:35:33 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 1999-06-28 00:35:33 +0000 |
commit | 494332beb8550a1b5a0d56f6ed6ac6883e6b402b (patch) | |
tree | 339e7754d60a7ca1bd73b317b88e5707c26e253e /audio/mpg123/Makefile | |
parent | 5ea3603e41a0c0cb814c89117aa0596035d58c87 (diff) | |
download | pkgsrc-494332beb8550a1b5a0d56f6ed6ac6883e6b402b.tar.gz |
Make this build on i386/ELF systems.
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index e5067142297..4b4a068e649 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,6 +1,9 @@ -# $NetBSD: Makefile,v 1.12 1999/04/08 07:34:56 tron Exp $ +# $NetBSD: Makefile,v 1.13 1999/06/28 00:35:33 thorpej Exp $ # +# for OBJECT_FMT +.include "../../mk/bsd.prefs.mk" + DISTNAME= mpg123-0.59q CATEGORIES= audio MASTER_SITES= http://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ @@ -9,7 +12,11 @@ MAINTAINER= augustss@cs.chalmers.se HOMEPAGE= http://mpg.123.org/ .if (${MACHINE_ARCH} == "i386") +.if (${OBJECT_FMT} == "ELF") +ALL_TARGET= netbsd-i386-elf +.else ALL_TARGET= netbsd-i386 +.endif .elif (${MACHINE_ARCH} == "m68k") ALL_TARGET= netbsd-m68k .else |