diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-27 19:40:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-27 19:40:08 +0000 |
commit | 12831d9a039e21065ced6a27ae6c49fef641cdd2 (patch) | |
tree | 5f5307c3bd697c3c666b8136c53421a89d0505fe /lang/librep/Makefile | |
parent | 8a546d812b976fc016e86c24bf596b3ba6c6e3c4 (diff) |
This patch is still needed for -STABLE and older versions of 5.x.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=94810
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r-- | lang/librep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index df40be697547..7808dcc1cf9e 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -41,6 +41,8 @@ PREFIX?= ${X11BASE} .include <bsd.port.pre.mk> .if ${OSVERSION} > 500023 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 +.else +EXTRA_PATCHES+= ${FILESDIR}/stable-patch-src_numbers.c .endif .if ${XFREE86_VERSION} == 3 |