1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/ftp/ncftp3/files/patch-af

37 lines
773 B
Plaintext
Raw Normal View History

*** Strn/Makefile.orig Tue Nov 11 15:28:01 1997
--- Strn/Makefile Tue Sep 8 00:25:07 1998
***************
*** 6,12 ****
SHELL=/bin/sh
.SUFFIXES: .c .o .so
LIB=libStrn.a
! LIBSO=libStrn.so.1
LIBSOS=libStrn.so
CC=cc
CPPFLAGS=
--- 6,12 ----
SHELL=/bin/sh
.SUFFIXES: .c .o .so
LIB=libStrn.a
! LIBSO=libStrn.so.1.0
LIBSOS=libStrn.so
CC=cc
CPPFLAGS=
***************
*** 42,48 ****
$(LIBSO): $(SOBJS)
/bin/rm -f $(LIBSO)
! gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
/bin/ln -s $(LIBSO) $(LIBSOS)
-@/bin/ls -l $(LIBSOS) $(LIBSO)
--- 42,48 ----
$(LIBSO): $(SOBJS)
/bin/rm -f $(LIBSO)
! $(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
/bin/ln -s $(LIBSO) $(LIBSOS)
-@/bin/ls -l $(LIBSOS) $(LIBSO)