Alejandro Mery
17 years ago
3 changed files with 51 additions and 2 deletions
@ -0,0 +1,21 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../libmxml/libmxml.conf |
||||||
|
# Copyright (C) 2008 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
if atstage cross; then |
||||||
|
# it needs to exec itself to create the manpages (look at nodoc.patch too) |
||||||
|
var_append makeinstopt ' ' "INSTALL_MAN=true" |
||||||
|
|
||||||
|
# DESTDIR |
||||||
|
var_append makeinstopt ' ' "DSTROOT=$root" |
||||||
|
fi |
@ -0,0 +1,28 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../libmxml/nodoc.patch.cross |
||||||
|
# Copyright (C) 2008 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This patch file is dual-licensed. It is available under the license the |
||||||
|
# patched project is licensed under, as long as it is an OpenSource license |
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
||||||
|
# of the GNU General Public License as published by the Free Software |
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later |
||||||
|
# version. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
--- ./Makefile.in.orig 2008-01-14 00:05:05.000000000 -0500 |
||||||
|
+++ ./Makefile.in 2008-01-14 00:06:41.000000000 -0500 |
||||||
|
@@ -97,8 +97,7 @@ |
||||||
|
mxml-node.o mxml-search.o mxml-set.o |
||||||
|
LIBOBJS = $(PUBLIBOBJS) mxml-private.o mxml-string.o |
||||||
|
OBJS = mxmldoc.o testmxml.o $(LIBOBJS) |
||||||
|
-TARGETS = $(LIBMXML) mxmldoc doc/mxml.$(CAT3EXT) \ |
||||||
|
- doc/mxmldoc.$(CAT1EXT) testmxml mxml.xml |
||||||
|
+TARGETS = $(LIBMXML) mxmldoc |
||||||
|
|
||||||
|
|
||||||
|
# |
Loading…
Reference in new issue