Update config.h and unbreak.
PR: ports/71505 Submitted by: maintainer Approved by: portmgr (marcus).
This commit is contained in:
parent
dccaf13db8
commit
c6723a8a1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118369
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
# You can choose ARCH as you wish, but it would generally
|
||||
# be related to the output of the "uname" command.
|
||||
#
|
||||
BINDIR=$(NABHOME)/bin/$(ARCH)
|
||||
LIBDIR=$(NABHOME)/lib/$(ARCH)
|
||||
BINDIR=$(NABHOME)/bin/
|
||||
LIBDIR=$(NABHOME)/lib/
|
||||
INCDIR=$(NABHOME)/include
|
||||
#
|
||||
###############################################################################
|
||||
|
|
Loading…
Reference in a new issue