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

Commit 8700377

Browse files
committed
Start an openbsd port
1 parent 1316113 commit 8700377

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

src/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ case "$host_os" in
580580
sunos*) os=sunos4 ;;
581581
linux*) os=linux ;;
582582
bsdi*) os=bsdi ;;
583-
freebsd*|netbsd*) os=bsd ;;
583+
freebsd*|netbsd|openbsd*) os=bsd ;;
584584
dgux*) os=dgux;;
585585
aix*) os=aix ;;
586586
nextstep*) os=nextstep;;

src/configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ case "$host_os" in
1616
sunos*) os=sunos4 ;;
1717
linux*) os=linux ;;
1818
bsdi*) os=bsdi ;;
19-
freebsd*|netbsd*) os=bsd ;;
19+
freebsd*|netbsd|openbsd*) os=bsd ;;
2020
dgux*) os=dgux;;
2121
aix*) os=aix ;;
2222
nextstep*) os=nextstep;;

src/template/openbsd

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
AROPT:cq
2+
SHARED_LIB:-fpic -DPIC
3+
CFLAGS:-O2 -m486 -pipe
4+
SRCH_INC:/usr/local/include
5+
SRCH_LIB:/usr/local/lib
6+
USE_LOCALE:no
7+
DLSUFFIX:.so
8+
YFLAGS:-d
9+
YACC:bison -y

0 commit comments

Comments
 (0)