Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 62bc4de

Browse files
committed
Remove /usr/local/* from templates.
1 parent 0fc8bce commit 62bc4de

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

src/template/bsdi_2.0

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ AROPT:cq
22
CFLAGS:-O2 -m486 -pipe -DPRE_BSDI_2_1
33
SHARED_LIB:
44
ALL:
5-
SRCH_INC:/usr/local/include
6-
SRCH_LIB:/usr/local/lib
5+
SRCH_INC:
6+
SRCH_LIB:
77
USE_LOCALE:no
88
DLSUFFIX:.o
99
YFLAGS:-d

src/template/bsdi_2.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ AROPT:cq
22
CFLAGS:-O2 -m486 -pipe
33
SHARED_LIB:
44
ALL:
5-
SRCH_INC:/usr/local/include
6-
SRCH_LIB:/usr/local/lib
5+
SRCH_INC:
6+
SRCH_LIB:
77
USE_LOCALE:no
88
DLSUFFIX:.o
99
YFLAGS:-d

src/template/bsdi_4.0

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ AROPT:cq
22
CFLAGS:-O2 -m486 -pipe
33
SHARED_LIB:-fpic
44
ALL:
5-
SRCH_INC:/usr/local/include
6-
SRCH_LIB:/usr/local/lib
5+
SRCH_INC:
6+
SRCH_LIB:
77
USE_LOCALE:no
88
DLSUFFIX:.so
99
YFLAGS:-d

src/template/freebsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AROPT:cq
22
SHARED_LIB:-fpic -DPIC
33
CFLAGS:-O2 -m486 -pipe
4-
SRCH_INC:/usr/local/include
5-
SRCH_LIB:/usr/local/lib
4+
SRCH_INC:
5+
SRCH_LIB:
66
USE_LOCALE:no
77
DLSUFFIX:.so
88
YFLAGS:-d

src/template/netbsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AROPT:cq
22
SHARED_LIB:-fpic -DPIC
33
CFLAGS:-O2 -pipe
4-
SRCH_INC:/usr/local/include
5-
SRCH_LIB:/usr/local/lib
4+
SRCH_INC:
5+
SRCH_LIB:
66
USE_LOCALE:no
77
DLSUFFIX:.so
88
YFLAGS:-d

src/template/openbsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AROPT:cq
22
SHARED_LIB:-fpic -DPIC
33
CFLAGS:-O2 -m486 -pipe
4-
SRCH_INC:/usr/local/include
5-
SRCH_LIB:/usr/local/lib
4+
SRCH_INC:
5+
SRCH_LIB:
66
USE_LOCALE:no
77
DLSUFFIX:.so
88
YFLAGS:-d

0 commit comments

Comments
 (0)