1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/converters/uulib/files/patch-ab
David E. O'Brien 6e400050e5 Build shared lib too.
Submitted by:	Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
1997-04-01 18:04:06 +00:00

15 lines
462 B
Plaintext

*** Makefile.in Mon Oct 14 16:19:01 1996
--- /devel/ports/new.new.uulib/src/Makefile.in Mon Feb 10 00:03:24 1997
***************
*** 170,175 ****
--- 170,179 ----
libuu.a: uulib/config.h
(cd uulib; $(MAKE) CC='$(CC)' CFLAGS='$(CFLAGS)' LIBS='$(LIBS)' )
+ libuu.so.1.0: uulib/config.h
+ (cd uulib; $(MAKE) CC='$(CC)' CFLAGS='$(CFLAGS)' LIBS='$(LIBS)' \
+ libuu.so.1.0 )
+
minews:
(cd inews; $(MAKE) CC='$(CC)' CFLAGS='$(CFLAGS)' LIBS='$(LIBS)' )