- Fix the build with modern GCC [1]
- Unquote BROKEN message per portlint(1) Reported by: pointyhat (logs) [1]
This commit is contained in:
parent
c84a425296
commit
9ace98228e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194545
2 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@ YOUBINBINDIR= ${LOCALBASE}
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
BROKEN= Does not compile on !i386
|
||||
.endif
|
||||
|
||||
do-extract:
|
||||
|
|
|
@ -45,6 +45,8 @@
|
|||
* LocatePixmapFile - read a pixmap file using the normal defaults
|
||||
*/
|
||||
|
||||
static char **split_path_string();
|
||||
|
||||
Pixmap LocatePixmapFile (screen, name, srcname, srcnamelen,
|
||||
widthp, heightp, mask)
|
||||
Screen *screen;
|
||||
|
@ -63,7 +65,6 @@ Pixmap LocatePixmapFile (screen, name, srcname, srcnamelen,
|
|||
unsigned int width, height;
|
||||
int xhot, yhot;
|
||||
int i;
|
||||
static char **split_path_string();
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue