View | Details | Raw Unified | Return to bug 235540
Collapse All | Expand All

(-)Makefile (-4 lines)
Lines 11-20 Link Here
11
LICENSE=	GPLv2+
11
LICENSE=	GPLv2+
12
LICENSE_FILE=	${WRKSRC}/LICENSE.md
12
LICENSE_FILE=	${WRKSRC}/LICENSE.md
13
13
14
BROKEN_mips=		fails to build: unrecognized command line option "-Wno-unused-result"
15
BROKEN_mips64=		fails to build: unrecognized command line option "-Wno-unused-result"
16
BROKEN_powerpc64=	fails to build: unrecognized command line option "-Wno-unused-result"
17
18
USES=		gmake pkgconfig
14
USES=		gmake pkgconfig
19
USE_GITHUB=	yes
15
USE_GITHUB=	yes
20
GH_ACCOUNT=	linux-sunxi
16
GH_ACCOUNT=	linux-sunxi
(-)files/patch-Makefile (-2 / +4 lines)
Lines 1-14 Link Here
1
--- Makefile.orig	2016-11-29 13:07:51 UTC
1
--- Makefile.orig	2016-11-29 13:07:51 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -17,7 +17,7 @@
3
@@ -17,8 +17,8 @@
4
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
4
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
5
 
5
 
6
 CC ?= gcc
6
 CC ?= gcc
7
-DEFAULT_CFLAGS := -std=c99
7
-DEFAULT_CFLAGS := -std=c99
8
-DEFAULT_CFLAGS += -Wall -Wextra -Wno-unused-result
8
+DEFAULT_CFLAGS += -std=c99
9
+DEFAULT_CFLAGS += -std=c99
9
 DEFAULT_CFLAGS += -Wall -Wextra -Wno-unused-result
10
+DEFAULT_CFLAGS += -Wall -Wextra
10
 
11
 
11
 DEFAULT_CFLAGS += -D_POSIX_C_SOURCE=200112L
12
 DEFAULT_CFLAGS += -D_POSIX_C_SOURCE=200112L
13
 # Define _BSD_SOURCE, necessary to expose all endian conversions properly.
12
@@ -63,7 +63,7 @@ BINDIR  ?= $(PREFIX)/bin
14
@@ -63,7 +63,7 @@ BINDIR  ?= $(PREFIX)/bin
13
 tools: $(TOOLS) $(FEXC_LINKS)
15
 tools: $(TOOLS) $(FEXC_LINKS)
14
 target-tools: $(TARGET_TOOLS)
16
 target-tools: $(TARGET_TOOLS)

Return to bug 235540