mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00: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
@ -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…
Reference in New Issue
Block a user