ports/net/libunp/files/patch-libfree_Makefile
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

15 lines
329 B
Text

--- libfree/Makefile.orig 1997-10-03 16:52:41 UTC
+++ libfree/Makefile
@@ -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}