]> git.pld-linux.org Git - packages/gpac.git/blob - gpac-install.patch
- more and more
[packages/gpac.git] / gpac-install.patch
1 --- gpac/Applications/MP4Client/Makefile.orig   2005-04-09 04:10:13.000000000 +0200
2 +++ gpac/Applications/MP4Client/Makefile        2005-04-09 04:10:23.000000000 +0200
3 @@ -13,7 +13,7 @@
4  OBJS= main.o 
5  
6  ifeq ($(BUILD_INSTALL), yes)
7 -INSTALL_FLAGS=-DM4_PLUGIN_PATH=\"$(plugdir)\"
8 +INSTALL_FLAGS=-DM4_PLUGIN_PATH=\"$(real_plugdir)\"
9  else
10  INSTALL_FLAGS=
11  endif
12 --- gpac/Applications/Osmo4_wx/Makefile.orig    2005-04-09 04:10:42.000000000 +0200
13 +++ gpac/Applications/Osmo4_wx/Makefile 2005-04-09 04:10:52.000000000 +0200
14 @@ -13,7 +13,7 @@
15  OBJS= wxOsmo4.o wxGPACControl.o fileprops.o Playlist.o menubtn.o
16  
17  ifeq ($(BUILD_INSTALL), yes)
18 -INSTALL_FLAGS=-DM4_PLUGIN_PATH=\"$(plugdir)\"
19 +INSTALL_FLAGS=-DM4_PLUGIN_PATH=\"$(real_plugdir)\"
20  else
21  INSTALL_FLAGS=
22  endif
23 --- gpac/Makefile.orig  2005-01-31 15:41:05.000000000 +0100
24 +++ gpac/Makefile       2005-04-27 12:33:09.000000000 +0200
25 @@ -73,8 +73,8 @@
26  ifeq ($(CONFIG_WIN32),yes)
27         install -s -m 755 bin/gcc/libm4systems.dll $(prefix)/lib
28  else
29 -       install -s -m 755 bin/gcc/libm4systems.so $(prefix)/lib/libm4systems-$(VERSION).so
30 -       ln -sf libm4systems-$(VERSION).so $(prefix)/lib/libm4systems.so
31 +       install -s -m 755 bin/gcc/libm4systems.so $(libdir)/libm4systems-$(VERSION).so
32 +       ln -sf libm4systems-$(VERSION).so $(libdir)/libm4systems.so
33         ldconfig || true
34  endif
35         install -d "$(mandir)/man1"
This page took 0.025763 seconds and 4 git commands to generate.