SF.net SVN: gar:[23377] csw/mgar/pkg/vidalia/trunk/Makefile

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Mon Apr 7 19:46:55 CEST 2014


Revision: 23377
          http://sourceforge.net/p/gar/code/23377
Author:   jake_goerzen
Date:     2014-04-07 17:46:54 +0000 (Mon, 07 Apr 2014)
Log Message:
-----------
vidalia: remove paths in build recipe referencing /opt/csw/gxx/..

Modified Paths:
--------------
    csw/mgar/pkg/vidalia/trunk/Makefile

Modified: csw/mgar/pkg/vidalia/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vidalia/trunk/Makefile	2014-04-07 15:47:09 UTC (rev 23376)
+++ csw/mgar/pkg/vidalia/trunk/Makefile	2014-04-07 17:46:54 UTC (rev 23377)
@@ -38,11 +38,11 @@
 	mkdir $(WORKSRC)/build
 	cd $(WORKSRC)/build && CC=gcc /opt/csw/bin/cmake \
 	-DCMAKE_INSTALL_PREFIX:PATH=/opt/csw \
-	-DCMAKE_INSTALL_RPATH:PATH=/opt/csw/lib:/opt/csw/gxx/lib \
+	-DCMAKE_INSTALL_RPATH:PATH=/opt/csw/lib \
 	-DCMAKE_EXE_LINKER_FLAGS:STRING='-lsocket -lnsl' \
 	-DCMAKE_INCLUDE_PATH:PATH=/opt/csw/include \
 	-DCMAKE_CXX_COMPILER=/opt/csw/bin/g++ \
-	-DQT_QMAKE_EXECUTABLE=/opt/csw/gxx/bin/qmake ..
+	-DQT_QMAKE_EXECUTABLE=/opt/csw/bin/qmake ..
 	@$(MAKECOOKIE)
 
 build-custom:

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list