openbsd-ports/net/cvsup/patches/patch-suplib_src_m3makefile

17 lines
454 B
Plaintext
Raw Normal View History

$OpenBSD: patch-suplib_src_m3makefile,v 1.2 2001/05/27 20:39:09 naddy Exp $
--- suplib/src/m3makefile.orig Sun Apr 15 23:53:17 2001
+++ suplib/src/m3makefile Sun May 27 13:28:05 2001
@@ -69,7 +69,11 @@ or equal(TARGET, "FBSD_ALPHA")
2001-05-05 18:15:17 -04:00
include_dir("FreeBSD")
import_lib("md", "/usr/lib")
else
- include_dir("POSIX")
+ if equal(TARGET, "OpenBSD_386")
+ include_dir("FreeBSD")
+ else
+ include_dir("POSIX")
+ end
include_dir("libmd")
end