diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-02-13 09:27:11 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-02-13 09:27:11 +0000 |
commit | 639cdade050db82995c3e6d019e0d02f653a66d6 (patch) | |
tree | a802e9572b5fcf01ef3609986c1c504294a179dc /graphics/xaralx-devel | |
parent | - Remove expired ruby 1.6 ports. (diff) |
Fix graphics/xaralx compilation with gcc 4.1
graphics/xaralx-devel does not need this fix, thus we modify it not to
use all its masterport patches.
Reported by: kris
Diffstat (limited to 'graphics/xaralx-devel')
-rw-r--r-- | graphics/xaralx-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/xaralx-devel/Makefile b/graphics/xaralx-devel/Makefile index 3e6cd1705533..0d6778fefe0a 100644 --- a/graphics/xaralx-devel/Makefile +++ b/graphics/xaralx-devel/Makefile @@ -15,5 +15,7 @@ COMMENT= Top-tier vector/general purpose graphics program (development version) MASTERDIR= ${.CURDIR}/../xaralx MD5_FILE= ${.CURDIR}/distinfo PLIST= ${.CURDIR}/pkg-plist +PATCHDIR= ${.CURDIR}/files +EXTRA_PATCHES= ${MASTERDIR}/files/patch-configure.in .include "${MASTERDIR}/Makefile" |