diff gkrellm-hddtemp-0.2-beta.orig/Makefile gkrellm-hddtemp-0.2-beta/Makefile *** gkrellm-hddtemp-0.2-beta.orig/Makefile Tue Nov 26 08:09:48 2002 --- gkrellm-hddtemp-0.2-beta/Makefile Sun Oct 3 22:17:49 2004 *************** *** 1,7 **** CC=gcc ! #CFLAGS=-Wall -fPIC -O3 -I/usr/local/include ! CFLAGS=-Wall -fPIC -O2 LDFLAGS=-Wl,-s all: --- 1,7 ---- CC=gcc ! CFLAGS=-Wall -fPIC -O3 -I/usr/local/include ! #CFLAGS=-Wall -fPIC -O2 LDFLAGS=-Wl,-s all: diff gkrellm-hddtemp-0.2-beta.orig/gkrellm-hddtemp.c gkrellm-hddtemp-0.2-beta/gkrellm-hddtemp.c *** gkrellm-hddtemp-0.2-beta.orig/gkrellm-hddtemp.c Tue Nov 26 08:13:50 2002 --- gkrellm-hddtemp-0.2-beta/gkrellm-hddtemp.c Sun Oct 3 22:17:20 2004 *************** *** 27,33 **** --- 27,37 ---- #include #include #include + #if !defined(__OpenBSD__) #include + #else + #include + #endif #include #include #include