mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Use libtool port instead of included one to avoid objformat a.out botch
This commit is contained in:
parent
b92c4dce06
commit
4fe6ab102f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183388
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ MAINTAINER= jhb@FreeBSD.org
|
|||
COMMENT= C++ Library for Symbolic and Numeric Calculus Applications
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
|
|
@ -22,5 +22,6 @@ include/math++/visitor.h
|
|||
include/math++/error.h
|
||||
lib/libmath++.so.0
|
||||
lib/libmath++.so
|
||||
lib/libmath++.la
|
||||
lib/libmath++.a
|
||||
@dirrm include/math++
|
||||
|
|
Loading…
Add table
Reference in a new issue