aboutsummaryrefslogtreecommitdiff
path: root/archivers/rpm4/pkg-descr
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-15 17:30:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-15 17:30:11 +0000
commit75a8c68569714086d0e5bf0bd3d6455d5fc7f0eb (patch)
treecc8de8b03ad3cc2ea3fd710a7eaf0cbd67d54b53 /archivers/rpm4/pkg-descr
parentb6e1af144fbfd33adbf1c129f99b50e8e354d598 (diff)
downloadports-75a8c68569714086d0e5bf0bd3d6455d5fc7f0eb.tar.gz
ports-75a8c68569714086d0e5bf0bd3d6455d5fc7f0eb.zip
- Fix python 3 support
While rpm does support python3, the port does not configure with python 3 because it tries to detect incorrect python library (-lpython3.6, while it should be -lpython3.6m, where m is some kind of python abi flags). Shove python version with ABI flag added through, which fixes build. I've looked at rpm4 git master and it seems that they have changed the python detection there, so newer versions of rpm4 may no longer need this hack. - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=472466
Diffstat (limited to 'archivers/rpm4/pkg-descr')
-rw-r--r--archivers/rpm4/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm4/pkg-descr b/archivers/rpm4/pkg-descr
index 3b660a3ba968..94cc55d2738e 100644
--- a/archivers/rpm4/pkg-descr
+++ b/archivers/rpm4/pkg-descr
@@ -7,4 +7,4 @@ is also a related API ("Application Program Interface"), permitting
advanced developers to bypass 'shelling out' to a command line, and
to manage such transactions from within a native coding language.
-WWW: http://www.rpm.org/
+WWW: http://rpm.org/