1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/libslang/files/patch-ad
Steve Price 8565984bda Update to version 1.3.10.
PR:		15735
Submitted by:	maintainer
1999-12-29 21:35:49 +00:00

15 lines
417 B
Plaintext

--- src/Makefile.in Fri Apr 24 01:17:04 1998
+++ /tmp/Makefile.in Tue Sep 22 15:45:26 1998
@@ -68,7 +68,11 @@
ELFLIB = lib$(THIS_LIB).so#
ELFLIB_MAJOR = $(ELFLIB).$(ELF_MAJOR_VERSION)#
+.if ${PORTOBJFORMAT} == elf
+ELFLIB_MAJOR_MINOR = $(ELFLIB).$(ELF_MAJOR_VERSION)#
+.else
ELFLIB_MAJOR_MINOR = $(ELFLIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION)#
+.endif
ELFDIR_ELF_LIB = $(ELFDIR)/$(ELFLIB_MAJOR_MINOR)#