no -ldl on OpenBSD
This commit is contained in:
parent
b99dce8d43
commit
2c697fe0ca
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ APP1TARGET = gnome-open-url.bin
|
||||||
APP1OBJS = \
|
APP1OBJS = \
|
||||||
$(OBJ)$/gnome-open-url.obj
|
$(OBJ)$/gnome-open-url.obj
|
||||||
APP1LIBS =
|
APP1LIBS =
|
||||||
.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD"
|
.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD"
|
||||||
APP1STDLIBS=-ldl
|
APP1STDLIBS=-ldl
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue