# HG changeset patch # User atmos4 # Date 1025722787 0 # Node ID 10131c2b3987ac974390d6f65e56886b8068c940 # Parent fd3ac41ee1a1ce0e890ed7d999ff7230aed388bc Small fix for non-X86 OpenBSD by Bj«Órn Sandell diff -r fd3ac41ee1a1 -r 10131c2b3987 libdha/Makefile --- a/libdha/Makefile Wed Jul 03 18:57:52 2002 +0000 +++ b/libdha/Makefile Wed Jul 03 18:59:47 2002 +0000 @@ -17,8 +17,10 @@ CFLAGS = $(OPTFLAGS) -fPIC -I. -I.. -Wall -W LIBS = ifeq ($(TARGET_OS),OpenBSD) +ifeq ($(TARGET_ARCH_X86),yes) LIBS += -li386 endif +endif .SUFFIXES: .c .o