diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 04:39:18 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 04:39:18 +0000 |
commit | e43d572e6c8708ef0cc5f92268a832189f4c6c0b (patch) | |
tree | 8f04aa5139b83964c8d35d43cd2f04ee8949bf6e /emulators | |
parent | 1851b3c8688528d1071f0a9936d865ad10c61268 (diff) | |
download | ports-e43d572e6c8708ef0cc5f92268a832189f4c6c0b.tar.gz ports-e43d572e6c8708ef0cc5f92268a832189f4c6c0b.zip |
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')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3b444cab7f7e..4756c9b2315c 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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 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 |