Date: Monday, July 22, 2013 @ 12:14:42 Author: stativ Revision: 94353
gimp-refocus: fix compilation Modified: gimp-refocus/trunk/PKGBUILD gimp-refocus/trunk/refocus-gimp-2.0.patch ------------------------+ PKGBUILD | 2 +- refocus-gimp-2.0.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-22 08:32:55 UTC (rev 94352) +++ PKGBUILD 2013-07-22 10:14:42 UTC (rev 94353) @@ -13,7 +13,7 @@ source=(http://downloads.sourceforge.net/sourceforge/refocus/refocus-${pkgver}.tar.gz \ refocus-gimp-2.0.patch refocus-mirror-fix.patch refocus-gimp-preview.patch) md5sums=('8d4eac4ef45c904fb5e73021696bec94' - '8ef9dfe697cd20be2be14c1ee53a240a' + '1b7bc13154f483994af3846c7ee29ad7' '532593cba030feab8ffa7800fc9cd782' '6b55dbdc656646c765064cf21e1a3c57') Modified: refocus-gimp-2.0.patch =================================================================== --- refocus-gimp-2.0.patch 2013-07-22 08:32:55 UTC (rev 94352) +++ refocus-gimp-2.0.patch 2013-07-22 10:14:42 UTC (rev 94353) @@ -68,7 +68,7 @@ refocus_SOURCES = refocus.c conv.c gimppreview.c prevman.c util.c matrix.c tilebuf.c bdclosure.c fwlapack.c -refocus_LDADD = @GTK_LIBS@ -lgimp ${ldadd_atlas} -+refocus_LDADD = @GIMP_LIBS@ ${ldadd_atlas} ++refocus_LDADD = @GIMP_LIBS@ ${ldadd_atlas} -lm refocus_DEPENDENCIES=@LAPACK_LIB_DIR@/liblapack.a test_matrix_SOURCES = matrix.c test-matrix.c fwlapack.c
