openbsd-ports/devel/libslang/patches/patch-src_Makefile_in
sthen 3bfccf6ba8 steven@ points out the -O0 which is needed on amd64 with gcc 3.3 for
slarrfun.c can be passed via the environment rather than in a patch;
do this and only apply it to amd64.
2009-10-25 11:48:09 +00:00

12 lines
569 B
Plaintext

--- src/Makefile.in.orig Mon Sep 7 02:10:49 2009
+++ src/Makefile.in Fri Oct 23 10:07:06 2009
@@ -45,7 +45,7 @@ exec_prefix = @exec_prefix@
install_lib_dir = @libdir@
install_bin_dir = @bindir@
install_include_dir = @includedir@
-install_doc_dir = $(prefix)/share/doc/slang/v@slang_major_version@
+install_doc_dir = $(prefix)/share/doc/slang/
DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt
MODULE_INSTALL_DIR = @libdir@/slang/v@slang_major_version@/modules
#---------------------------------------------------------------------------