1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/libunp/files/patch-libfree_Makefile
Adam Weinberger 69ea23ed71 Rename net/ patch-xy patches to reflect the files they modify.
Approve by:	portmgr (not really, but one of these is modifying
		an unstaged port)
2014-07-29 01:59:16 +00:00

16 lines
355 B
Plaintext

--- libfree/Makefile.orig Fri Oct 3 12:52:41 1997
+++ libfree/Makefile Thu Sep 30 11:34:21 1999
@@ -1,8 +1,12 @@
include ../Make.defines
+CFLAGS += -I..
+
all: ${LIBFREE_OBJS}
ar rv ${LIBUNP_NAME} $?
${RANLIB} ${LIBUNP_NAME}
+ ar rv ${LIBUNP_THREADSAFE_NAME} $?
+ ${RANLIB} ${LIBUNP_THREADSAFE_NAME}
clean:
rm -f ${PROGS} ${CLEANFILES}