summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'net/libunp/files/patch-aj')
-rw-r--r--net/libunp/files/patch-aj16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/libunp/files/patch-aj b/net/libunp/files/patch-aj
new file mode 100644
index 000000000000..45eb9ea9b918
--- /dev/null
+++ b/net/libunp/files/patch-aj
@@ -0,0 +1,16 @@
+--- libgai/Makefile.orig Mon Jun 2 18:03:30 1997
++++ libgai/Makefile Thu Sep 30 11:34:11 1999
+@@ -6,9 +6,13 @@
+ # appear in the book (too much clutter, given the amount of conditional
+ # testing for all the code in this directory).
+
++CFLAGS += -I..
++
+ all: ${LIBGAI_OBJS}
+ ar rv ${LIBUNP_NAME} $?
+ ${RANLIB} ${LIBUNP_NAME}
++ ar rv ${LIBUNP_THREADSAFE_NAME} $?
++ ${RANLIB} ${LIBUNP_THREADSAFE_NAME}
+
+ PROGS = testga test1
+