summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-13 04:39:18 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-13 04:39:18 +0000
commite43d572e6c8708ef0cc5f92268a832189f4c6c0b (patch)
tree8f04aa5139b83964c8d35d43cd2f04ee8949bf6e /emulators/wine
parentUnbreak. (diff)
Add missing bitopts.h
Change BROKEN_ELF->BROKEN as this is still BROKEN after the file addition. In file included from ./treeview.c:44: ../../include/asm/bitops.h:8: redefinition of `set_bit' ../../include/asm/bitops.h:8: `set_bit' previously defined here ../../include/asm/bitops.h:18: redefinition of `clear_bit' ../../include/asm/bitops.h:18: `clear_bit' previously defined here ../../include/asm/bitops.h:28: redefinition of `change_bit' ../../include/asm/bitops.h:28: `change_bit' previously defined here ../../include/asm/bitops.h:38: redefinition of `test_bit' ../../include/asm/bitops.h:38: `test_bit' previously defined here ./treeview.c: In function `TREEVIEW_DrawItem': ./treeview.c:341: warning: unused variable `hRootPen' ./treeview.c:339: warning: `oldBkColor' might be used uninitialized in this function *** Error code 1
Notes
Notes: svn path=/head/; revision=13947
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 3b444cab7f7e..4756c9b2315c 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -3,7 +3,7 @@
# Date created: Sa 9 Nov 1996 00:52:22 MET
# Whom: se
#
-# $Id: Makefile,v 1.62 1998/10/09 05:32:33 kuriyama Exp $
+# $Id: Makefile,v 1.63 1998/10/13 03:55:19 jseger Exp $
#
DATE= 980927
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ALPHA/wine/development
MAINTAINER= se@FreeBSD.ORG
-BROKEN_ELF= bitopts.h
+BROKEN= treeview.c
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm