summaryrefslogtreecommitdiff
path: root/devel/libmemmgr/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libmemmgr/patches/patch-aa')
-rw-r--r--devel/libmemmgr/patches/patch-aa58
1 files changed, 58 insertions, 0 deletions
diff --git a/devel/libmemmgr/patches/patch-aa b/devel/libmemmgr/patches/patch-aa
new file mode 100644
index 00000000000..02a0e7d0a44
--- /dev/null
+++ b/devel/libmemmgr/patches/patch-aa
@@ -0,0 +1,58 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/04/27 12:10:40 agc Exp $
+
+--- Makefile.orig Thu May 22 22:59:46 1997
++++ Makefile Sun Apr 8 19:24:33 2001
+@@ -157,8 +157,8 @@
+ STD_CPP_DEFINES =
+
+ STD_INCLUDES = -I$(LOCALINCLUDEROOT)
+- STD_DEFINES = -Dsun -DSVR4
+- STD_LDLIBS = -lsocket -lnsl -lw
++ STD_DEFINES =
++ STD_LDLIBS =
+ STD_LDFLAGS = -L$(LOCALUSRLIBDIR)
+
+ # Project-specific include file directories, defines, etc.
+@@ -170,7 +170,7 @@
+
+ LOADERLIBPREFIX =
+ CDEBUGFLAGS = -O
+- CCOPTIONS = -Xc
++ CCOPTIONS =
+
+ ALLINCLUDES = $(INCLUDES) $(PROJECT_INCLUDES) $(STD_INCLUDES)
+ ALLDEFINES = $(STD_DEFINES) $(PROJECT_DEFINES) $(DEFINES)
+@@ -481,23 +481,23 @@
+
+ # DO NOT DELETE
+
+-alloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
++alloc.o: /usr/include/stdio.h
+ alloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
+-allocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
++allocnp.o: /usr/include/stdio.h
+ allocnp.o: memmgr.internal.h memmgr.h
+-stralloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
++stralloc.o: /usr/include/stdio.h
+ stralloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
+-strallocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
++strallocnp.o: /usr/include/stdio.h
+ strallocnp.o: memmgr.internal.h memmgr.h
+-realloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
++realloc.o: /usr/include/stdio.h
+ realloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
+-reallocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
++reallocnp.o: /usr/include/stdio.h
+ reallocnp.o: memmgr.internal.h memmgr.h
+-valloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
++valloc.o: /usr/include/stdio.h
+ valloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
+-vallocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
++vallocnp.o: /usr/include/stdio.h
+ vallocnp.o: memmgr.internal.h memmgr.h
+-free.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
++free.o: /usr/include/stdio.h
+ free.o: memmgr.internal.h memmgr.h
+-malloc0.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
++malloc0.o: /usr/include/stdio.h
+ malloc0.o: memmgr.internal.h memmgr.h