cf71bd6f41
- use unxobsd.mk instead of different makefiles for every architecture - use devel/boost now that we have it instead of the bundled one. (this is also needed to build openoffice on amd64) - start using some patches from http://go-ooo.org/. (disable the startup wizard and some online registration menu points) (the patch is generated by my after applying the patches that's why i provide the mirror for it.) - allow the openoffice build infrastructure to override our CFLAGS in some cases. this is needed because some of the files have to be compiled with -O0 instead of -02 which we use by default.
14 lines
485 B
Plaintext
14 lines
485 B
Plaintext
$OpenBSD: patch-solenv_inc_unx_mk,v 1.3 2006/11/08 09:34:03 robert Exp $
|
|
--- solenv/inc/unx.mk.orig.port Wed Jul 19 05:26:37 2006
|
|
+++ solenv/inc/unx.mk Fri Aug 18 15:47:45 2006
|
|
@@ -36,6 +36,9 @@
|
|
# --- Unix-Environment ---------------------------------------
|
|
# Used if "$(GUI)" == "UNX"
|
|
|
|
+.IF "$(COM)$(OS)" == "GCCOPENBSD"
|
|
+.INCLUDE : unxobsd.mk
|
|
+.ENDIF
|
|
|
|
# Dieses Define gilt fuer alle WNT- Plattformen
|
|
# fuer Compiler, wo kein Java unterstuetzt wird, muss dies ge'undeft werden
|