Fix to 'make release', and also added the PackageMaker config file, for
building an installable Ledger package for OS X users.
This commit is contained in:
parent
925387d7c0
commit
76bdb44a68
2 changed files with 2 additions and 2 deletions
|
|
@ -323,10 +323,9 @@ release:
|
|||
(cd /usr/local/stow; sudo stow -D cppunit) # switch to /opt
|
||||
make -j3 distcheck \
|
||||
CPPFLAGS="-I/usr/local/include -I/usr/local/include/boost-1_35 -I/opt/local/include" \
|
||||
LDFLAGS="-L/usr/local/lib -L/opt/local/lib" \
|
||||
LDFLAGS="-L/usr/local/lib -L/opt/local/lib -arch i386 -arch ppc -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk" \
|
||||
ARCHFLAGS="-arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.5.sdk" \
|
||||
CXXFLAGS="-arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.5.sdk" \
|
||||
LDFLAGS="$LDFLAGS -arch i386 -arch ppc -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk" \
|
||||
DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking"
|
||||
test -d /usr/local/stow/cppunit && \
|
||||
(cd /usr/local/stow; sudo stow cppunit) # switch to debug
|
||||
|
|
|
|||
1
ledger.pmdoc/index.xml
Normal file
1
ledger.pmdoc/index.xml
Normal file
|
|
@ -0,0 +1 @@
|
|||
<pkmkdoc spec="1.12"><properties><title>Ledger 2.6.1</title><organization>com.newartisans</organization><userSees ui="easy"/><min-target os="3"/><domain system="true"/></properties><distribution><versions min-spec="1.000000"/><scripts></scripts></distribution><description>Ledger is a command-line, double-entry accounting system.</description><contents/><resources bg-scale="none" bg-align="topleft"><locale lang="en"/></resources><flags/><mod>properties.userDomain</mod><mod>properties.title</mod><mod>description</mod><mod>properties.anywhereDomain</mod><mod>properties.systemDomain</mod></pkmkdoc>
|
||||
Loading…
Add table
Reference in a new issue