aboutsummaryrefslogtreecommitdiff
path: root/astro/saoimage
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-24 04:51:34 +0000
committerSteve Price <steve@FreeBSD.org>2000-01-24 04:51:34 +0000
commit6080921ce6113ec5c1a7a11ff0f4b05b21b43f89 (patch)
treea83f0d73de8ae81abc09ef9d416a701a2659cb5c /astro/saoimage
parentd18d3a90d19f7ac382c92d403080c43e0543386c (diff)
downloadports-6080921ce6113ec5c1a7a11ff0f4b05b21b43f89.tar.gz
ports-6080921ce6113ec5c1a7a11ff0f4b05b21b43f89.zip
Notes
Diffstat (limited to 'astro/saoimage')
-rw-r--r--astro/saoimage/files/patch-aa13
-rw-r--r--astro/saoimage/files/patch-ad11
-rw-r--r--astro/saoimage/files/patch-ae11
3 files changed, 33 insertions, 2 deletions
diff --git a/astro/saoimage/files/patch-aa b/astro/saoimage/files/patch-aa
index 4db4aa78abca..b418a4ecc2ec 100644
--- a/astro/saoimage/files/patch-aa
+++ b/astro/saoimage/files/patch-aa
@@ -1,5 +1,5 @@
---- makefile.FreeBSD.orig Fri Nov 5 22:57:30 1999
-+++ makefile.FreeBSD Sun Dec 19 14:55:37 1999
+--- makefile.FreeBSD.orig Fri Nov 5 15:57:30 1999
++++ makefile.FreeBSD Sun Jan 16 23:43:10 2000
@@ -36,9 +36,9 @@
# FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of
# the CFLAGS macro below.)
@@ -13,3 +13,12 @@
IMTOOLRC = $(IMTRCDIR)imtoolrc
FIFO_I = $(ROOT)/dev/imt1i
+@@ -76,7 +76,7 @@
+ # OFLAGS: compiler optimization/debug options.
+
+ #OFLAGS = -g -DDEBUG
+-OFLAGS = -O2 -m486 -pipe
++OFLAGS = -O2 -pipe
+
+ # ADFLAGS: architecture-dependent floating point flags, etc.
+
diff --git a/astro/saoimage/files/patch-ad b/astro/saoimage/files/patch-ad
new file mode 100644
index 000000000000..159f9586512c
--- /dev/null
+++ b/astro/saoimage/files/patch-ad
@@ -0,0 +1,11 @@
+--- disppsct.c.orig Sun Jan 16 23:45:17 2000
++++ disppsct.c Sun Jan 16 23:53:18 2000
+@@ -598,7 +598,7 @@
+ char *getenv();
+ #endif
+
+-#ifdef SUN
++#if defined(SUN) && !defined(__FreeBSD__)
+ long time(); /* should be in time.h, but not in SunOS */
+ #endif
+ long clock;
diff --git a/astro/saoimage/files/patch-ae b/astro/saoimage/files/patch-ae
new file mode 100644
index 000000000000..6ea9d650d091
--- /dev/null
+++ b/astro/saoimage/files/patch-ae
@@ -0,0 +1,11 @@
+--- rgnwrite.c.orig Sun Jan 16 23:54:54 2000
++++ rgnwrite.c Sun Jan 16 23:55:51 2000
+@@ -183,7 +183,7 @@
+ #ifdef LONG64
+ int time();
+ #else
+-#ifndef VMS
++#if !defined(VMS) && !defined(__FreeBSD__)
+ long time();
+ #else
+ time_t time();