937e21991b
gThumb is an image viewer and organizer for the GNOME desktop environment. It was originally based on GQView, and is designed to have a clean, simple interface. Via gPhoto, gThumb can also acquire data directly from digital cameras. Work based on an original submission by Guillaume Protet <mortheres at hotpop dot com> (maintainer)
13 lines
444 B
Plaintext
13 lines
444 B
Plaintext
$OpenBSD: patch-libgthumb_Makefile_in,v 1.1.1.1 2008/01/10 21:26:12 ajacoutot Exp $
|
|
--- libgthumb/Makefile.in.orig Wed Jan 9 12:02:19 2008
|
|
+++ libgthumb/Makefile.in Wed Jan 9 12:02:31 2008
|
|
@@ -315,7 +315,7 @@ INCLUDES = \
|
|
|
|
libgthumbdir = $(libdir)
|
|
libgthumb_LTLIBRARIES = libgthumb.la
|
|
-libgthumb_la_LDFLAGS = -avoid-version -no-undefined
|
|
+libgthumb_la_LDFLAGS = -no-undefined
|
|
EEL_CANVAS_RECT = \
|
|
eel-canvas-rect.c \
|
|
eel-canvas-rect.h
|