aboutsummaryrefslogtreecommitdiff
path: root/science/libint/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-28 16:12:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-28 16:12:12 +0000
commitd09dc579d78e8cf22c03110c5558f3ccf1853dae (patch)
tree8f8f102c05a26c3db8c62d6358283979d6d196f0 /science/libint/Makefile
parent6cc14cf0382393703a7a1078711075de58928df6 (diff)
downloadports-d09dc579d78e8cf22c03110c5558f3ccf1853dae.tar.gz
ports-d09dc579d78e8cf22c03110c5558f3ccf1853dae.zip
Notes
Diffstat (limited to 'science/libint/Makefile')
-rw-r--r--science/libint/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/science/libint/Makefile b/science/libint/Makefile
index f74665f8b401..40f6c205ebbe 100644
--- a/science/libint/Makefile
+++ b/science/libint/Makefile
@@ -4,6 +4,7 @@
PORTNAME= libint
DISTVERSIONPREFIX= release-
DISTVERSION= 1-2-1
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -19,9 +20,13 @@ USE_LDCONFIG= yes
ALL_TARGET= default
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-shared --disable-static --with-cc-optflags="${CFLAGS}" \
+CONFIGURE_ARGS= --enable-shared --with-cc-optflags="${CFLAGS}" \
--with-cxx-optflags="${CXXFLAGS}"
+OPTIONS_DEFINE= STATIC # osa@ requested to keep static libs on 2018/08/28
+OPTIONS_SUB= yes
+STATIC_CONFIGURE_ENABLE= static
+
post-patch:
@${REINPLACE_CMD} -e 's| -rpath|${LDFLAGS} -rpath|g' \
${WRKSRC}/src/lib/MakeVars.in