mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build on -current.
This commit is contained in:
parent
12e9ef1a2f
commit
906b6449fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365143
2 changed files with 12 additions and 1 deletions
11
net-p2p/shx/files/patch-src__Makefile.in
Normal file
11
net-p2p/shx/files/patch-src__Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- ./src/Makefile.in.orig 2014-08-16 19:38:31.000000000 -0400
|
||||||
|
+++ ./src/Makefile.in 2014-08-16 19:38:57.000000000 -0400
|
||||||
|
@@ -34,7 +34,7 @@
|
||||||
|
LDFLAGS = @LDFLAGS@
|
||||||
|
SYS_INCLUDES = @SYS_INCLUDES@
|
||||||
|
INCLUDE = -I. -I./include -I$(top_include)
|
||||||
|
-CFLAGS = @CFLAGS@ $(INCLUDE) $(SYS_INCLUDES) $(DEFS)
|
||||||
|
+CFLAGS = @CFLAGS@ $(INCLUDE) $(SYS_INCLUDES) @CPPFLAGS@ $(DEFS)
|
||||||
|
|
||||||
|
# Libraries
|
||||||
|
|
Loading…
Add table
Reference in a new issue