gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r877: fix hard-coded path in gnash mak


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r877: fix hard-coded path in gnash makefile
Date: Mon, 27 Aug 2012 20:51:28 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 877
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2012-08-27 20:51:28 +0200
message:
  fix hard-coded path in gnash makefile
modified:
  gnu/gnash/Makefile
=== modified file 'gnu/gnash/Makefile'
--- a/gnu/gnash/Makefile        2012-08-27 18:44:38 +0000
+++ b/gnu/gnash/Makefile        2012-08-27 18:51:28 +0000
@@ -20,5 +20,5 @@
                 --with-boost-incl=$(prefix)/include 
--with-boost-lib=$(prefix)/lib
 
 pre-configure:
-       @sed -i -e 's/\(^BOOST_LIBS = @address@hidden)/\1 -lboost_system/' 
work/gnash-0.8.10/Makefile.in
+       @sed -i -e 's/\(^BOOST_LIBS = @address@hidden)/\1 -lboost_system/' 
$(WORKSRC)/Makefile.in
        $(MAKECOOKIE)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]