summaryrefslogtreecommitdiff
path: root/astro/saoimage/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-04-29 23:42:21 +0000
committerSteve Price <steve@FreeBSD.org>2000-04-29 23:42:21 +0000
commit46e3f64be9ccff90669730cae01e52df047a8923 (patch)
tree37988379bed52ab1df1df759b63cca84aa9228c5 /astro/saoimage/files
parentFix a typo. This will be in the next release of automake as it is already (diff)
Update to version 1.27.2.
PR: 18133 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=28108
Diffstat (limited to 'astro/saoimage/files')
-rw-r--r--astro/saoimage/files/patch-aa13
1 files changed, 2 insertions, 11 deletions
diff --git a/astro/saoimage/files/patch-aa b/astro/saoimage/files/patch-aa
index 050999c21fea..ef396b170318 100644
--- a/astro/saoimage/files/patch-aa
+++ b/astro/saoimage/files/patch-aa
@@ -1,5 +1,5 @@
--- makefile.FreeBSD.orig Sat Nov 6 06:57:30 1999
-+++ makefile.FreeBSD Mon Feb 28 02:57:59 2000
++++ makefile.FreeBSD Sat Apr 22 02:58:08 2000
@@ -36,9 +36,9 @@
# FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of
# the CFLAGS macro below.)
@@ -27,7 +27,7 @@
#OFLAGS = -g -DDEBUG
-OFLAGS = -O2 -m486 -pipe
-+#OFLAGS = -O2 -m486 -pipe
++OFLAGS ?= -O2 -m486 -pipe
# ADFLAGS: architecture-dependent floating point flags, etc.
@@ -46,12 +46,3 @@
#XLIB = -L/usr/X11R6/lib -lX11 # ATTENTION: OpenWindows users...
#F77LIB = -lF77 -lI77 -lU77
F77LIB = -lf2c
-@@ -106,7 +106,7 @@
- RM = rm -f
- SHELL = /bin/sh
-
--CFLAGS = $(OFLAGS) $(ADFLAGS) $(MFLAGS) $(IFLAGS) -DFBCONFIG_2=\"$(IMTOOLRC)\"
-+CFLAGS += $(OFLAGS) $(ADFLAGS) $(MFLAGS) $(IFLAGS) -DFBCONFIG_2=\"$(IMTOOLRC)\"
-
- # SAOimage libraries that live in subdirectories with their own makefiles.
- # This definition must be kept in correspondence with the DEPLIBS target.