92009531de
* add @comment for the libtool la files corresponding to modules * fix RUN_DEPENDS * add '${CONFIGURE_SHARED} --disable-static' in CONFIGURE_ARGS * remove post-install hack, add the -avoid-version libtool option in the corresponding Makefile(s). ok aja@, dcoppa@
13 lines
465 B
Plaintext
13 lines
465 B
Plaintext
$OpenBSD: patch-plugins_hotkeys_Makefile_am,v 1.1 2012/08/10 17:25:01 shadchin Exp $
|
|
--- plugins/hotkeys/Makefile.am.orig Thu Aug 9 23:44:52 2012
|
|
+++ plugins/hotkeys/Makefile.am Thu Aug 9 23:44:59 2012
|
|
@@ -2,7 +2,7 @@ if HAVE_HOTKEYS
|
|
hotkeysdir = $(libdir)/$(PACKAGE)
|
|
pkglib_LTLIBRARIES = hotkeys.la
|
|
hotkeys_la_SOURCES = hotkeys.c hotkeys.h
|
|
-hotkeys_la_LDFLAGS = -module
|
|
+hotkeys_la_LDFLAGS = -module -avoid-version
|
|
|
|
EXTRA_hotkeys_la_SOURCES = keysyms.inc
|
|
|