components/clisp/patches/makemake.in.patch
author Peter Schow <peter.schow@oracle.com>
Tue, 10 Mar 2015 09:04:36 -0700
branchs11-update
changeset 3954 7e6addf418e2
parent 2398 54c1297f2b4b
permissions -rw-r--r--
19622198 Update tmux to 1.9 20647910 tmux should ship its source manual page instead of a preformatted one
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2398
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
     1
--- src/makemake.in.orig	2012-05-30 11:27:19.564691644 -0700
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
     2
+++ src/makemake.in	2012-05-30 11:29:55.415062484 -0700
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
     3
@@ -1904,7 +1904,7 @@
328
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
 echol "#   make distrib VERSION_SUFFIX=pre"
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
 echol "VERSION_SUFFIX="
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
 echol "# The distribution's top directory"
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
-echol 'TOPDIR=clisp-$(VERSION)$(VERSION_SUFFIX)'
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
+echol 'TOPDIR=clisp'
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
 echol
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
 echol '# Directories used by "make install":'
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
 echol "prefix = ${PREFIX}"
2398
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
    12
@@ -3450,9 +3448,9 @@
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
    13
     clisp.html | clisp.1 | clisp-1.html | \
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
    14
     clisp-link.html | clisp-link.1 | clisp-link-1.html )
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
    15
       if [ $HOS = win32 ]; then
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
    16
-        platform_line=" | sed -e \"s,@PLATFORM@,${TSYS},g\""
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
    17
+        platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
    18
       else
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
    19
-        platform_line=" | sed -e \"s,@PLATFORM@,${host},g\""
54c1297f2b4b 7161369 Update clisp to version 2.49
Rich Burridge <rich.burridge@oracle.com>
parents: 328
diff changeset
    20
+        platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
328
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
       fi
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
       sourcedir=${SRCDOCDIR} ;;
38a06e74a699 7054634 Move clisp to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
     *) sourcedir=${SRCDIR} ;;