git: remove hardcoded /usr/pkg stuff from Makefile for NetBSD!
That means that the correct rpath dir is used now even if /usr/pkg is there. --HG-- extra : convert_revision : a1e1417bb9349274805426fd12676810f38a2c2e
This commit is contained in:
parent
05a7bcc95e
commit
c6da43c864
2 changed files with 17 additions and 0 deletions
15
templates/git-fix-install.diff
Normal file
15
templates/git-fix-install.diff
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- Makefile.orig 2008-10-13 00:36:54.000000000 +0200
|
||||
+++ Makefile 2008-10-13 00:37:03.000000000 +0200
|
||||
@@ -691,9 +691,9 @@ ifeq ($(uname_S),NetBSD)
|
||||
ifeq ($(shell expr "$(uname_R)" : '[01]\.'),2)
|
||||
NEEDS_LIBICONV = YesPlease
|
||||
endif
|
||||
- BASIC_CFLAGS += -I/usr/pkg/include
|
||||
- BASIC_LDFLAGS += -L/usr/pkg/lib
|
||||
- ALL_LDFLAGS += -Wl,-rpath,/usr/pkg/lib
|
||||
+ #BASIC_CFLAGS += -I/usr/pkg/include
|
||||
+ #BASIC_LDFLAGS += -L/usr/pkg/lib
|
||||
+ #ALL_LDFLAGS += -Wl,-rpath,/usr/pkg/lib
|
||||
endif
|
||||
ifeq ($(uname_S),AIX)
|
||||
NO_STRCASESTR=YesPlease
|
Loading…
Add table
Add a link
Reference in a new issue