libfm is a glib/gio-based library used to develop pcmanfm providing some file management utilities and related-widgets missing in gtk+/glib. based on a submission from Amit Kulkarni ok jasper@
13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
$OpenBSD: patch-src_actions_Makefile_in,v 1.1.1.1 2013/07/01 05:09:35 ajacoutot Exp $
|
|
--- src/actions/Makefile.in.orig Wed Oct 31 19:34:48 2012
|
|
+++ src/actions/Makefile.in Tue Nov 6 15:24:33 2012
|
|
@@ -317,7 +317,7 @@ AM_CPPFLAGS = \
|
|
-DPACKAGE_DATA_DIR=\""$(datadir)/libfm"\" \
|
|
-DPACKAGE_LIB_DIR=\""$(libdir)/libfm"\" \
|
|
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
|
|
- -Wno-unused-but-set-variable -Wno-unused-variable \
|
|
+ -Wno-unused-variable \
|
|
$(NULL)
|
|
|
|
noinst_LTLIBRARIES = libfmactions.la
|