svn commit: r434719 - head/math/p5-Math-Pari/files

Mathieu Arnold mat at FreeBSD.org
Fri Feb 24 14:22:14 UTC 2017


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)')),


More information about the svn-ports-all mailing list