From 8b1b3710a6fb7aae101195ff566147c68ceb3193 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Wed, 3 Jul 2002 18:59:47 +0000 Subject: Small fix for non-X86 OpenBSD by Björn Sandell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6629 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libdha') diff --git a/libdha/Makefile b/libdha/Makefile index 537f026e08..7c8a62247f 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -17,8 +17,10 @@ OBJS=$(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) -fPIC -I. -I.. -Wall -W LIBS = ifeq ($(TARGET_OS),OpenBSD) +ifeq ($(TARGET_ARCH_X86),yes) LIBS += -li386 endif +endif .SUFFIXES: .c .o -- cgit v1.2.3