summaryrefslogtreecommitdiff
path: root/net/gopher/files/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'net/gopher/files/patch-ba')
-rw-r--r--net/gopher/files/patch-ba33
1 files changed, 33 insertions, 0 deletions
diff --git a/net/gopher/files/patch-ba b/net/gopher/files/patch-ba
new file mode 100644
index 000000000000..643611cbecc2
--- /dev/null
+++ b/net/gopher/files/patch-ba
@@ -0,0 +1,33 @@
+*** object/Makefile.in.orig Thu Jan 4 13:27:35 1996
+--- object/Makefile.in Mon Apr 14 16:13:06 1997
+***************
+*** 22,35 ****
+ # Make shared library directories
+ #
+ shared:
+! @-if [ -f /lib/ld.so -a "$(SHAREDLIB)" = "sun" ]; \
+ then \
+ mkdir shared-sun; \
+ fi
+ touch shared
+
+
+! .c.o: $(OBJS)
+ @CC@ $(CCFLAGS) $(PIC) -c $<
+ @-if [ -d shared-sun ]; then \
+ echo "Building shared version of $@"; \
+--- 22,35 ----
+ # Make shared library directories
+ #
+ shared:
+! @-if [ -f /usr/libexec/ld.so -a "$(SHAREDLIB)" = "sun" ]; \
+ then \
+ mkdir shared-sun; \
+ fi
+ touch shared
+
+
+! .c.o:
+ @CC@ $(CCFLAGS) $(PIC) -c $<
+ @-if [ -d shared-sun ]; then \
+ echo "Building shared version of $@"; \