components/unrar/patches/03.makefile.unix.patch
author Rich Burridge <rich.burridge@oracle.com>
Wed, 18 Apr 2012 11:10:52 -0700
changeset 779 0efb89d4efa5
child 989 e18b35b042df
permissions -rw-r--r--
7161382 Update unrar to version 4.1.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
779
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
--- makefile.unix.orig	2012-04-17 08:41:42.407887047 -0700
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
+++ makefile.unix	2012-04-17 08:42:02.572836478 -0700
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
@@ -6,8 +6,8 @@
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
 #
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
 
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
 # Linux using GCC
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
-CXX=g++
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
-CXXFLAGS=-O2
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
+#CXX=g++
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
+#CXXFLAGS=-O2
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
 DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
 STRIP=strip
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
 DESTDIR=/usr