diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-13 04:39:18 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-13 04:39:18 +0000 |
commit | 41ab69ceb073c950a7aa199889c45244302bd6ea (patch) | |
tree | 0d6093d7c79663777da6e4eba9cde8a90a1e962e /emulators/wine | |
parent | 90d736a767172f55077445bbd272b82787a3fef0 (diff) | |
download | FreeBSD-ports-41ab69ceb073c950a7aa199889c45244302bd6ea.zip FreeBSD-ports-41ab69ceb073c950a7aa199889c45244302bd6ea.tar.gz |
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
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 3b444ca..4756c9b 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 |