summaryrefslogtreecommitdiffstats
path: root/math/oleo/files
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-06-07 21:27:03 +0000
committerthierry <thierry@FreeBSD.org>2004-06-07 21:27:03 +0000
commitf317d653d3f23a6aa0334f9a5d46bb04254fbf65 (patch)
tree0f97887a69dda4055f5b5943d709f147c1ca34be /math/oleo/files
parent254e8ffaecf68c9a768043ada61d062f48138c59 (diff)
downloadFreeBSD-ports-f317d653d3f23a6aa0334f9a5d46bb04254fbf65.zip
FreeBSD-ports-f317d653d3f23a6aa0334f9a5d46bb04254fbf65.tar.gz
- unbreak;
- do some cleaning.
Diffstat (limited to 'math/oleo/files')
-rw-r--r--math/oleo/files/patch-ad2
-rw-r--r--math/oleo/files/patch-ai13
-rw-r--r--math/oleo/files/patch-src::sysdef.h12
3 files changed, 24 insertions, 3 deletions
diff --git a/math/oleo/files/patch-ad b/math/oleo/files/patch-ad
index ea31af6..fe123bb 100644
--- a/math/oleo/files/patch-ad
+++ b/math/oleo/files/patch-ad
@@ -13,7 +13,7 @@
EXTRA_DIST = oleobug.in FAQ oleo.spec.in oleo.spec
-docdir = $(prefix)/Oleo
-+docdir = $(datadir)/doc/Oleo
++docdir = $(datadir)/doc/oleo
doc_DATA = AUTHORS FAQ
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/math/oleo/files/patch-ai b/math/oleo/files/patch-ai
index 4643659..a5f5122 100644
--- a/math/oleo/files/patch-ai
+++ b/math/oleo/files/patch-ai
@@ -1,5 +1,5 @@
---- doc/Makefile.in.orig Sat Jul 22 18:51:35 2000
-+++ doc/Makefile.in Fri Jul 28 03:02:45 2000
+--- doc/Makefile.in.orig Sat Mar 10 15:32:46 2001
++++ doc/Makefile.in Mon Jun 7 21:52:58 2004
@@ -87,7 +87,7 @@
LIBOBJS = @LIBOBJS@
LN_S = @LN_S@
@@ -9,3 +9,12 @@
MKINSTALLDIRS = @MKINSTALLDIRS@
MOTIF_CFLAGS = @MOTIF_CFLAGS@
MOTIF_LIBS = @MOTIF_LIBS@
+@@ -125,7 +125,7 @@
+ EXTRA_DIST = $(TEXIS) oleo_web.html texi2html oleo1.png
+ noinst_DATA = oleo_web.html $(TEXIS)
+
+-@HavePerl_TRUE@htmldir = $(prefix)/share/oleo
++@HavePerl_TRUE@htmldir = $(prefix)/share/doc/oleo
+ @HavePerl_TRUE@html_DATA = oleo.html
+
+ DISTCLEANFILES = $(html_DATA)
diff --git a/math/oleo/files/patch-src::sysdef.h b/math/oleo/files/patch-src::sysdef.h
new file mode 100644
index 0000000..ffbad7e
--- /dev/null
+++ b/math/oleo/files/patch-src::sysdef.h
@@ -0,0 +1,12 @@
+--- src/sysdef.h.orig Sun Feb 4 16:54:21 2001
++++ src/sysdef.h Sun Jun 6 23:08:43 2004
+@@ -119,7 +119,9 @@
+
+ #endif /* !defined(__STDC__) */
+
++#ifndef __FreeBSD__
+ extern char *getenv ();
++#endif
+
+ #ifndef RETSIGTYPE
+ #define RETSIGTYPE void
OpenPOWER on IntegriCloud