openbsd-ports/emulators/vmware/3/patches/patch-source_linuxrtc_Makefile
2005-03-07 18:15:09 +00:00

11 lines
382 B
Plaintext

$OpenBSD: patch-source_linuxrtc_Makefile,v 1.3 2005/03/07 18:15:09 todd Exp $
--- source/linuxrtc/Makefile.orig 2003-07-21 14:38:46.000000000 -0500
+++ source/linuxrtc/Makefile 2003-09-13 22:57:22.000000000 -0500
@@ -1,5 +1,5 @@
MODOBJ= linuxrtc.o
-CFLAGS= -D_KERNEL -I/sys
+CFLAGS+= -D_KERNEL -I/sys
SRCS= rtc.c
OBJS= ${SRCS:.c=.o}