diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-21 21:40:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-21 21:40:17 +0000 |
commit | f6f402a8de64ad1d9bc160471bbd2df18c8e4a11 (patch) | |
tree | c8848a20394640de4fa3fb951cdc506981093fe2 /meta-pkgs | |
parent | a76a91586395cc2639f6235b87130238215a7325 (diff) | |
download | pkgsrc-f6f402a8de64ad1d9bc160471bbd2df18c8e4a11.tar.gz |
Add OpenBSD to ${SYSTEMS} for compiler options.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/XFree86/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common index 299092f23db..003c24cdd15 100644 --- a/meta-pkgs/XFree86/Makefile.common +++ b/meta-pkgs/XFree86/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2004/07/20 22:23:25 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/07/21 21:40:17 xtraeme Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -162,7 +162,7 @@ _XINCLUDE_DIRS= include ${XBUILD_DIRS} ${XINCLUDE_DIRS} # # Operating Systems to pass our compiler options (CC, CXX, CPP, CFLAGS). # -SYSTEMS= FreeBSD NetBSD linux +SYSTEMS= FreeBSD NetBSD OpenBSD linux .if !defined(NO_XFREE86_TARGETS) |