- Fix build on CURRENT: don't include bsd.sys.mk at all
Submitted by: Joseph S. Atkinson <jsatkinson@embarqmail.com>
This commit is contained in:
parent
8f1ed039fc
commit
9eb985571f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218378
1 changed files with 13 additions and 0 deletions
13
ports-mgmt/bpm/files/patch-mk_sk.global.mk
Normal file
13
ports-mgmt/bpm/files/patch-mk_sk.global.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- mk/sk.global.mk.orig 2008-08-09 08:27:47.000000000 -0400
|
||||
+++ mk/sk.global.mk 2008-08-09 08:29:12.000000000 -0400
|
||||
@@ -51,10 +51,6 @@
|
||||
.PATH: ${.CURDIR}/${BASE_DIR}/mk/src
|
||||
PICFLAGS = -fpic
|
||||
|
||||
-.if ${OSTYPE} == "FreeBSD"
|
||||
-.include <bsd.sys.mk>
|
||||
-.endif
|
||||
-
|
||||
CXX?= c++
|
||||
|
||||
AR?= ar
|
Loading…
Reference in a new issue