1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/math/PDL/files/patch-aa
Maxim Sobolev 1a959291f6 Upgrade the math/PDL port to the latest version 2.1.1. Correctly identify a
couple of LIB_DEPENDS as such, and add a KITCHEN_SINK dependency on the GSL
math libraries.

PR:		19517
Submitted by:	Brian Handy <handy@physics.montana.edu>
2000-08-22 13:36:02 +00:00

39 lines
1.3 KiB
Plaintext

--- perldl.conf.orig Sat Apr 22 01:34:00 2000
+++ perldl.conf Mon Jun 26 01:36:12 2000
@@ -27,7 +27,7 @@
# define => '',
# },
- WITH_POSIX_THREADS => undef,
+ WITH_POSIX_THREADS => 0,
# Try to build Graphics/TriD
WITH_3D => undef,
@@ -35,14 +35,14 @@
# You can use e.g. '-lMesaGL -lMesaGLU' with the correct -L directory
# to use Mesa.
OPENGL_LIBS =>
- '-L/usr/X11R6/lib -L/usr/lib/mesa -lMesaGL -lMesaGLU -lGL -lGLU -lXext -lX11',
+ '-L/usr/X11R6/lib -lMesaGL -lMesaGLU -lGL -lGLU -lXext -lX11',
OPENGL_DEFINE => '',
- OPENGL_INC => '-I/usr/X11R6/include',
+ OPENGL_INC => '-I/usr/X11R6/include -I/usr/X11R6/include/GL',
# Whether or not to build the Karma interface module
- WITH_KARMA => undef, # Leave it up to PDL to decide
+ WITH_KARMA => 0, # Leave it up to PDL to decide
WHERE_KARMA => undef, # you may explicitly specify directory location
# Whether or not to build the PDL::Slatec module
@@ -61,7 +61,7 @@
# Location to search for the GSL libs
GSL_LIBS => [ '/lib','/usr/lib','/usr/local/lib'],
# Location to find GSL includes:
- GSL_INC => '-I/usr/local/include ',
+ GSL_INC => '-I/usr/local/include/gsl -I/usr/local/include ',
# Whether or not to build the PDL::FFTW module