]> git.pld-linux.org Git - packages/libcaca.git/blame - libcaca-monodir.patch
- added javah patch: replace javah (removed from JDK 10+) by javac -h (requires JDK 8+)
[packages/libcaca.git] / libcaca-monodir.patch
CommitLineData
5e3ad4c1
JB
1--- libcaca-0.99.beta18/caca-sharp/Makefile.am.orig 2012-12-04 19:55:23.995486370 +0100
2+++ libcaca-0.99.beta18/caca-sharp/Makefile.am 2012-12-05 19:55:49.460351660 +0100
3@@ -1,7 +1,7 @@
4
5 # We need to install the .config file ourselves because of a gacutil
6 # bug (https://bugzilla.novell.com/show_bug.cgi?id=363341)
7-monodir = $(libdir)/mono/caca-sharp-0.0
8+monodir = $(prefix)/lib/mono/caca-sharp-0.0
9 if USE_CSHARP
10 noinst_DATA = caca-sharp.dll caca-sharp.dll.config test.exe
11 endif
12@@ -34,7 +34,7 @@
13 if USE_CSHARP
14 install-data-local:
15 MONO_SHARED_DIR=$$HOME $(GACUTIL) -i caca-sharp.dll \
16- -package caca-sharp-0.0 -f -root $(DESTDIR)$(libdir)
17+ -package caca-sharp-0.0 -f -root $(DESTDIR)$(prefix)/lib
18 $(mkinstalldirs) $(DESTDIR)$(monodir)
19 sed -e 's@target="[^"]*/@target="@' < caca-sharp.dll.config > $(DESTDIR)$(monodir)/caca-sharp.dll.config
20
This page took 0.515536 seconds and 4 git commands to generate.