# HG changeset patch # User diego # Date 1174742751 0 # Node ID 7dd092f681a5aa5ec498fb0070d53b873d9e7098 # Parent 674012456a76f77ac676870c2084909d523580e4 Remove OpenBSD linking hack. If this is (still) necessary, it needs to be done properly from configure. diff -r 674012456a76 -r 7dd092f681a5 libdha/Makefile --- a/libdha/Makefile Sat Mar 24 13:17:39 2007 +0000 +++ b/libdha/Makefile Sat Mar 24 13:25:51 2007 +0000 @@ -16,12 +16,6 @@ CFLAGS = -fPIC -ifeq ($(TARGET_OS),OpenBSD) -ifeq ($(TARGET_ARCH_X86),yes) -EXTRALIBS += -li386 -endif -endif - # If you want libdha to use svgalib_helper for hardware access, # uncomment this statement, and change the -I to the correct directory # that includes svgalib_helper.o: