mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build
PR: ports/174604 Submitted by: Ross <basarevych@gmail.com> Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
This commit is contained in:
parent
bd667bec1a
commit
a88a835676
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309363
1 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,15 @@
|
||||||
--- src/Makefile.am.orig 2012-01-06 18:51:47.000000000 +0100
|
--- src/Makefile.am.orig 2012-11-11 11:43:05.000000000 +0100
|
||||||
+++ src/Makefile.am 2012-01-06 18:52:09.000000000 +0100
|
+++ src/Makefile.am 2012-12-21 16:19:37.000000000 +0100
|
||||||
@@ -1254,12 +1254,7 @@
|
@@ -7,7 +7,7 @@
|
||||||
|
endif
|
||||||
|
|
||||||
|
if COMPILER_IS_GCC
|
||||||
|
-AM_CFLAGS = -Wall -Werror
|
||||||
|
+AM_CFLAGS = -Wall
|
||||||
|
endif
|
||||||
|
|
||||||
|
AM_CPPFLAGS = -DPREFIX='"${prefix}"'
|
||||||
|
@@ -1257,12 +1257,7 @@
|
||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
|
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
|
||||||
|
|
Loading…
Add table
Reference in a new issue