diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-27 17:21:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-27 17:21:38 +0000 |
commit | fe54f3904b1d1c6c0720920fbcdb971c4aa26b84 (patch) | |
tree | 337cadf6b760b6f6c086ba969483233062105b12 /graphics/gimp-devel | |
parent | update lfm to 0.9 (diff) |
Do not patch the asm blocks on 5.x since GCC 3.x can take full
advantage of MMX and SSE registers.
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Diffstat (limited to 'graphics/gimp-devel')
-rw-r--r-- | graphics/gimp-devel/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp-devel/files/asm_old_gcc.patch (renamed from graphics/gimp-devel/files/patch-asm_old_gcc) | 0 |
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 236ddf658910..f3aa4d190aa7 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimp PORTVERSION= 1.3.17 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -68,6 +69,10 @@ LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +EXTRA_PATCHES= ${PATCHDIR}/asm_old_gcc.patch +.endif + .if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc) WITH_HTML_HELP_BROWSER= yes .endif @@ -80,7 +85,7 @@ PKGNAMESUFFIX= -gnome .if defined(WITH_HTML_HELP_BROWSER) USE_GNOME+= libgtkhtml -PLIST_SUB+= HELPBROWSER:="" +PLIST_SUB+= HELPBROWSER:="" .else PLIST_SUB+= HELPBROWSER:="@comment " .endif diff --git a/graphics/gimp-devel/files/patch-asm_old_gcc b/graphics/gimp-devel/files/asm_old_gcc.patch index 56515dc5f61f..56515dc5f61f 100644 --- a/graphics/gimp-devel/files/patch-asm_old_gcc +++ b/graphics/gimp-devel/files/asm_old_gcc.patch |