[Debian-astro-commits] [gyoto] 75/221: fix trick yo yorick/Makefile.in that's sometimes needed for linking under OSX (with clang?)

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Fri May 22 20:52:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

thibaut pushed a commit to branch master
in repository gyoto.

commit 5835d8497e5dcf28f82cfc419e79d6577d515e0a
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Fri Oct 31 09:44:34 2014 +0100

    fix trick yo yorick/Makefile.in that's sometimes needed for linking under OSX (with clang?)
---
 yorick/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yorick/Makefile.in b/yorick/Makefile.in
index 7203834..833ee7f 100644
--- a/yorick/Makefile.in
+++ b/yorick/Makefile.in
@@ -9,7 +9,7 @@ Y_HOME_PKG=
 # ----------------------------------------------------- optimization flags
 
 # options for make command line, e.g.-   make COPT=-g TGT=exe
-COPT=$(COPT_DEFAULT) -L../lib -I../include
+COPT=$(COPT_DEFAULT) -L../lib/.libs -I../include
 TGT=$(DEFAULT_TGT)
 
 # ------------------------------------------------ macros for this package

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list