diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
commit | a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 (patch) | |
tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /games/py-poker-eval/files/patch-Makefile.am | |
parent | Allow more than one filename to be pathfixed. (diff) |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Diffstat (limited to 'games/py-poker-eval/files/patch-Makefile.am')
-rw-r--r-- | games/py-poker-eval/files/patch-Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/games/py-poker-eval/files/patch-Makefile.am b/games/py-poker-eval/files/patch-Makefile.am index fa26c192a91a..914e0ad9840b 100644 --- a/games/py-poker-eval/files/patch-Makefile.am +++ b/games/py-poker-eval/files/patch-Makefile.am @@ -15,12 +15,3 @@ if PYTHON_2_6 py2_6exec_LTLIBRARIES = _pokereval_2_6.la _pokereval_2_6_la_SOURCES = pypokereval.c -@@ -64,7 +72,7 @@ - _pokereval_2_3_la_CFLAGS = ${PYTHON2_3_CFLAGS} ${POKER_EVAL_CFLAGS} -DPYTHON_VERSION=\"2_3\" -D'VERSION_NAME(w)=w\#\#2_3' - endif - --pkgconfigdir = ${libdir}/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = pypoker-eval.pc - - EXTRA_DIST = config/python.m4 config/ccpython.m4 \ |