diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-09-14 12:27:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-09-14 12:27:54 +0000 |
commit | b6247ca1f12b1e42a65831d0673a6c9fab28b86b (patch) | |
tree | 0a161d34718950b19326a7b9767e2f1cc4716d6e /graphics/aaphoto | |
parent | 753dfbe4fa0937b6c171f38a60dce3a8a32d43fb (diff) |
Notes
Diffstat (limited to 'graphics/aaphoto')
-rw-r--r-- | graphics/aaphoto/Makefile | 2 | ||||
-rw-r--r-- | graphics/aaphoto/distinfo | 6 | ||||
-rw-r--r-- | graphics/aaphoto/files/patch-Makefile.in | 12 |
3 files changed, 11 insertions, 9 deletions
diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index 056001b106a2..d49b47b641ea 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aaphoto -PORTVERSION= 0.38 +PORTVERSION= 0.39 CATEGORIES= graphics MASTER_SITES= http://log69.com/downloads/ DISTNAME= ${PORTNAME}_sources_v${PORTVERSION} diff --git a/graphics/aaphoto/distinfo b/graphics/aaphoto/distinfo index be1a696b17ba..82d80b7e7e5f 100644 --- a/graphics/aaphoto/distinfo +++ b/graphics/aaphoto/distinfo @@ -1,3 +1,3 @@ -MD5 (aaphoto_sources_v0.38.tar.gz) = 99c07a650eda444e753cb611dd0c9d36 -SHA256 (aaphoto_sources_v0.38.tar.gz) = e2a4de457d957bb80925beb18c79b4128982941dec24f506dfa2d495830ce63e -SIZE (aaphoto_sources_v0.38.tar.gz) = 134661 +MD5 (aaphoto_sources_v0.39.tar.gz) = a6ecdf51f9ae19c672603ade47d21099 +SHA256 (aaphoto_sources_v0.39.tar.gz) = b9e9157318673ab15742aa851609f16d95b1474782a427c7940ce2c0a78c0866 +SIZE (aaphoto_sources_v0.39.tar.gz) = 170655 diff --git a/graphics/aaphoto/files/patch-Makefile.in b/graphics/aaphoto/files/patch-Makefile.in index da8f0fa6204f..11c76f23f643 100644 --- a/graphics/aaphoto/files/patch-Makefile.in +++ b/graphics/aaphoto/files/patch-Makefile.in @@ -1,11 +1,13 @@ ---- Makefile.in.orig 2010-05-22 18:13:54.000000000 +0200 -+++ Makefile.in 2010-05-22 18:15:25.000000000 +0200 -@@ -157,7 +157,7 @@ - target_alias = @target_alias@ +--- Makefile.in.orig 2010-09-14 12:09:45.000000000 +0200 ++++ Makefile.in 2010-09-14 12:10:23.000000000 +0200 +@@ -162,8 +162,8 @@ + top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CFLAGS = -Wall -O2 -D__OPENMP__ -fopenmp +-AM_LDFLAGS = -ljasper -ljpeg -lpng -lm -lgomp +AM_CFLAGS = -Wall -O2 - AM_LDFLAGS = -ljasper -ljpeg -lpng -lm ++AM_LDFLAGS = -ljasper -ljpeg -lpng -lm aaphoto_SOURCES = aaphoto.c INCLUDES = + all: config.h |