diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 11:25:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 11:25:59 +0000 |
commit | 072a2bece2c12e81a5906be8851bcd2bbf04f9bf (patch) | |
tree | c3ea9756f395340ee21bd112c04411c0e7ea2910 /net/gopher/files/patch-ba | |
parent | Update to gopher 3.0.2. All-singing, all-dancing, all-hypertexting (diff) |
Remove stale patches
Notes
Notes:
svn path=/head/; revision=53777
Diffstat (limited to 'net/gopher/files/patch-ba')
-rw-r--r-- | net/gopher/files/patch-ba | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net/gopher/files/patch-ba b/net/gopher/files/patch-ba deleted file mode 100644 index 643611cbecc2..000000000000 --- a/net/gopher/files/patch-ba +++ /dev/null @@ -1,33 +0,0 @@ -*** 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 $@"; \ |