Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62bc4de

Browse files
committed
Remove /usr/local/* from templates.
1 parent0fc8bce commit62bc4de

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)

[8]ページ先頭

©2009-2025 Movatter.jp