diff options
author | Robert Nagy <robert@openbsd.org> | 2010-11-04 09:25:04 +0100 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2010-11-08 12:32:28 +0100 |
commit | 30a34fcf313418fecc68d034c739aa0b1641ed9a (patch) | |
tree | f95e281960aba0386bb8b551cafcd5c62bb22789 /cppu/util | |
parent | c8540f08500f468d2fb503f09bb36309a65137a5 (diff) |
Patches for ure, neeed by OpenBSD
Adds the necessary distinctions in the system abstraction layers.
Diffstat (limited to 'cppu/util')
-rw-r--r-- | cppu/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk index 2e52c28b5193..f86835309323 100644 --- a/cppu/util/makefile.mk +++ b/cppu/util/makefile.mk @@ -60,7 +60,7 @@ SHL1STDLIBS = $(SALLIB) SHL1DEPN= SHL1IMPLIB=i$(TARGET) -.IF "$(OS)"!="FREEBSD" +.IF "$(OS)"!="FREEBSD" && "$(OS)"!="OPENBSD" SHL1DEF=$(MISC)$/$(SHL1TARGET).def .ENDIF |