f-spot now starts and works fine (very small testing). However, some icons do not show up correctly yet and it cores dump on exit so I'm leaving it broken for now.
22 lines
814 B
Plaintext
22 lines
814 B
Plaintext
$OpenBSD: patch-lib_libfspot_Makefile_in,v 1.6 2010/03/24 21:56:18 ajacoutot Exp $
|
|
--- lib/libfspot/Makefile.in.orig Wed Nov 4 20:35:15 2009
|
|
+++ lib/libfspot/Makefile.in Wed Mar 24 12:21:13 2010
|
|
@@ -87,7 +87,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(L
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
|
+ --mode=link $(CCLD) -module -avoid-version $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
SOURCES = $(libfspot_la_SOURCES)
|
|
DIST_SOURCES = $(libfspot_la_SOURCES)
|
|
@@ -320,6 +320,8 @@ libfspot_la_SOURCES = \
|
|
f-utils.h
|
|
|
|
libfspot_la_LIBADD = \
|
|
+ -lX11 \
|
|
+ $(F_LIBS) \
|
|
$(LCMS_LIBS) \
|
|
$(EXIF_LIBS) \
|
|
$(GIO_LIBS) \
|