Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2017 14:22:12 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434719 - head/math/p5-Math-Pari/files
Message-ID:  <201702241422.v1OEMCZ8090619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Feb 24 14:22:12 2017
New Revision: 434719
URL: https://svnweb.freebsd.org/changeset/ports/434719

Log:
  Fix build if math/pari is installed.
  
  PR:		217233
  Submitted by:	w schwarzenfeld utanet at
  Reported by:	nico lifeisabug com
  Sponsored by:	Absolight

Modified:
  head/math/p5-Math-Pari/files/patch-Makefile.PL   (contents, props changed)

Modified: head/math/p5-Math-Pari/files/patch-Makefile.PL
==============================================================================
--- head/math/p5-Math-Pari/files/patch-Makefile.PL	Fri Feb 24 14:20:01 2017	(r434718)
+++ head/math/p5-Math-Pari/files/patch-Makefile.PL	Fri Feb 24 14:22:12 2017	(r434719)
@@ -16,7 +16,7 @@
  &WriteMakefile(
  	       LIBS	     =>  $libs,
 -	       INC	     => $extra_inc . ' -I $(PARI_DIR)/src/headers -I $(PARI_DIR)/src -I ./libPARI',
-+	       INC	     => '-I$(PREFIX)/include/pari -I$(PARI_DIR)/src',
++	       INC	     => '-I$(PARI_DIR)/src',
  	       NAME	     => 'Math::Pari',
  	       ($common::parilib ? () :
  		 (MYEXTLIB   =>  'libPARI/libPARI$(LIB_EXT)')),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702241422.v1OEMCZ8090619>