summaryrefslogtreecommitdiff
path: root/japanese/libslang/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/libslang/files/patch-ad')
-rw-r--r--japanese/libslang/files/patch-ad24
1 files changed, 12 insertions, 12 deletions
diff --git a/japanese/libslang/files/patch-ad b/japanese/libslang/files/patch-ad
index eb18d4959891..ab5e17f33806 100644
--- a/japanese/libslang/files/patch-ad
+++ b/japanese/libslang/files/patch-ad
@@ -1,27 +1,27 @@
---- src/Makefile.in.orig Wed Aug 30 19:43:11 2000
-+++ src/Makefile.in Fri Sep 1 04:37:36 2000
-@@ -36,7 +36,7 @@
+--- src/Makefile.in.orig2 Mon Feb 25 00:59:08 2002
++++ src/Makefile.in Mon Feb 25 01:06:27 2002
+@@ -38,7 +38,7 @@
exec_prefix = @exec_prefix@
install_lib_dir = @libdir@
install_include_dir = @includedir@
--install_doc_dir = $(prefix)/doc/slang/@slang_version@
+-install_doc_dir = $(prefix)/doc/slang
+install_doc_dir = $(prefix)/share/doc/slang
DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt
+ MODULE_INSTALL_DIR = @libdir@/slang/modules
#---------------------------------------------------------------------------
- # Misc commands (safe to leave these untouched)
-@@ -74,7 +74,11 @@
-
- ELFLIB = lib$(THIS_LIB).so#
- ELFLIB_MAJOR = $(ELFLIB).$(ELF_MAJOR_VERSION)#
+@@ -88,7 +88,11 @@
+ # ELFLIB_MAJOR_MINOR = $(ELFLIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION)#
+ ELFLIB = @ELFLIB@
+ ELFLIB_MAJOR = @ELFLIB_MAJOR@
+.if ( ${PORTOBJFORMAT} == "aout" )
- ELFLIB_MAJOR_MINOR = $(ELFLIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION)#
+ ELFLIB_MAJOR_MINOR = @ELFLIB_MAJOR_MINOR@
+.else
-+ELFLIB_MAJOR_MINOR = $(ELFLIB).$(ELF_MAJOR_VERSION)
++ELFLIB_MAJOR_MINOR = @ELFLIB_MAJOR@
+.endif
ELFDIR_ELF_LIB = $(ELFDIR)/$(ELFLIB_MAJOR_MINOR)#
-@@ -108,6 +112,7 @@
+@@ -125,6 +129,7 @@
$(ELFDIR_ELF_LIB): $(ELFDIR) $(CONFIG_H) $(ELFOBJS)
-$(RM) $(ELFDIR_ELF_LIB)
cd $(ELFDIR); $(ELF_LINK_CMD) -o $(ELFLIB_MAJOR_MINOR) $(OFILES) $(ELF_DEP_LIBS)