[Mplayer-cvslog] CVS: main/libdha Makefile,1.10,1.11
Atmosfear
atmos4 at mplayerhq.hu
Wed Jul 3 20:59:50 CEST 2002
Update of /cvsroot/mplayer/main/libdha
In directory mail:/var/tmp.root/cvs-serv21579/libdha
Modified Files:
Makefile
Log Message:
Small fix for non-X86 OpenBSD by Björn Sandell <biorn at dce.chalmers.se>
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile 31 May 2002 22:41:01 -0000 1.10
+++ Makefile 3 Jul 2002 18:59:47 -0000 1.11
@@ -17,7 +17,9 @@
CFLAGS = $(OPTFLAGS) -fPIC -I. -I.. -Wall -W
LIBS =
ifeq ($(TARGET_OS),OpenBSD)
+ifeq ($(TARGET_ARCH_X86),yes)
LIBS += -li386
+endif
endif
.SUFFIXES: .c .o
More information about the MPlayer-cvslog
mailing list