diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-28 03:40:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-28 03:40:08 +0800 |
commit | 1140b887c26f861cb4cff41bce11743f9682aadb (patch) | |
tree | c8fc9790b13c2eaca3f47c8b9157305649c6770d /lang/librep/Makefile | |
parent | 2d3cb2fc882528bbe6d808f74c21c6ecf0207781 (diff) | |
download | freebsd-ports-gnome-1140b887c26f861cb4cff41bce11743f9682aadb.tar.gz freebsd-ports-gnome-1140b887c26f861cb4cff41bce11743f9682aadb.tar.zst freebsd-ports-gnome-1140b887c26f861cb4cff41bce11743f9682aadb.zip |
This patch is still needed for -STABLE and older versions of 5.x.
Approved by: portmgr (implicit)
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 |