diff options
author | chuckr <chuckr@FreeBSD.org> | 2000-01-15 06:07:32 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 2000-01-15 06:07:32 +0000 |
commit | c7e84da8a1c7d3d6a7283b26961a42b5b08c0bf6 (patch) | |
tree | 863ba51b523d9b8c570fd151aeb8e48609234443 /textproc/sp/files | |
parent | fbbde6465b9be0d9be9209ca6aa97c235e808537 (diff) | |
download | FreeBSD-ports-c7e84da8a1c7d3d6a7283b26961a42b5b08c0bf6.zip FreeBSD-ports-c7e84da8a1c7d3d6a7283b26961a42b5b08c0bf6.tar.gz |
Update to 1.3.4
Nudged from: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Diffstat (limited to 'textproc/sp/files')
-rw-r--r-- | textproc/sp/files/patch-ab | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/textproc/sp/files/patch-ab b/textproc/sp/files/patch-ab index 557ad87..560d345 100644 --- a/textproc/sp/files/patch-ab +++ b/textproc/sp/files/patch-ab @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Dec 28 06:24:20 1997 -+++ Makefile Wed Jun 2 15:44:11 1999 -@@ -1,13 +1,14 @@ +--- Makefile.orig Sat Oct 10 00:15:02 1998 ++++ Makefile Sat Jan 15 00:13:40 2000 +@@ -1,11 +1,12 @@ # Copyright (c) 1994, 1995 James Clark # See the file COPYING for copying permission. @@ -10,32 +10,25 @@ # Where to install the binaries bindir=$(exec_prefix)/bin -INSTALL=cp -+libdir=$(exec_prefix)/lib -+#INSTALL=cp - # You might want to change this to uncomment this on BSD systems --#INSTALL=install +INSTALL=install -c ++libdir=$(exec_prefix)/lib + # You might want to uncomment this on BSD systems + #INSTALL=install - # If you use gcc, then you must have at least version 2.6.1 and - # you must use -fno-implicit-templates -@@ -46,17 +47,17 @@ +@@ -48,14 +49,14 @@ # If you defined SP_HAVE_SOCKET, add any libraries that are needed for sockets # -lsocket -lnsl needed on Solaris 2.x # -lnsl on SunOS 4.1.3 -XLIBS=#-lsocket -lnsl +XLIBS=-lgcc # -L/usr/local/lib may be needed on the RS/6000 - LIBS=$(XLIBS) + LIBS=-lm $(XLIBS) # If you're building in another directory, copy or link this Makefile # to the build directory, and set srcdir to point to the source directory. srcdir=. AR=ar -RANLIB=: -+#RANLIB=: ++RANLIB=ranlib # Uncomment this for SunOS 4.1.3 or FreeBSD # (and probably other BSD flavor systems as well) --#RANLIB=ranlib -+RANLIB=ranlib - M4=m4 - # perl is needed if you change or add messages - PERL=perl + #RANLIB=ranlib |