summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'net/libunp/files/patch-ag')
-rw-r--r--net/libunp/files/patch-ag20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/libunp/files/patch-ag b/net/libunp/files/patch-ag
new file mode 100644
index 000000000000..0b4832540669
--- /dev/null
+++ b/net/libunp/files/patch-ag
@@ -0,0 +1,20 @@
+--- lib/Makefile.orig Fri Apr 11 17:38:27 1997
++++ lib/Makefile Thu Sep 30 11:34:21 1999
+@@ -1,8 +1,16 @@
+ include ../Make.defines
+
+-all: ${LIB_OBJS}
++CFLAGS += -I.. -I.
++
++all: libunp.a libunp_r.a
++
++libunp.a: ${LIB_OBJS}
+ ar rv ${LIBUNP_NAME} $?
+ ${RANLIB} ${LIBUNP_NAME}
++
++libunp_r.a: ${LIB_THREADSAFE_OBJS}
++ ar rv ${LIBUNP_THREADSAFE_NAME} $?
++ ${RANLIB} ${LIBUNP_THREADSAFE_NAME}
+
+ clean:
+ rm -f ${PROGS} ${CLEANFILES}