Skip to content

Commit

Permalink
net/py-pypcap: Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 29, 2021
1 parent f096d05 commit b393d16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions net/py-pypcap/Makefile
Expand Up @@ -12,10 +12,9 @@ COMMENT= Simplified object-oriented Python wrapper for libpcap
LICENSE= BSD3CLAUSE

USES= python:3.6+
USE_PYTHON= autoplist cython distutils
USE_PYTHON= autoplist concurrent cython distutils

# Add workaround to avoid using /usr/lib32 over /usr/lib
# See PR/239725 for details
# PR 239725: workaround to avoid using /usr/lib32 over /usr/lib
LDFLAGS+= -L/usr/lib

pre-configure:
Expand Down

0 comments on commit b393d16

Please sign in to comment.