Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 188056 | Differences between
and this patch

Collapse All | Expand All

(-)pjsip-0.5.10.4-orig/Makefile (-1 / +1 lines)
Lines 57-63 Link Here
57
		cp /tmp/id $$f; \
57
		cp /tmp/id $$f; \
58
	done
58
	done
59
59
60
prefix = /usr/local
60
prefix = $(PREFIX)
61
install:
61
install:
62
	mkdir -p $(DESTDIR)$(prefix)/lib
62
	mkdir -p $(DESTDIR)$(prefix)/lib
63
	cp -L $$(find . -name '*.a') $(DESTDIR)$(prefix)/lib
63
	cp -L $$(find . -name '*.a') $(DESTDIR)$(prefix)/lib
(-)pjsip-0.5.10.4-orig/build.mak.in (+1 lines)
Lines 6-11 Link Here
6
export TARGET_NAME := @target@
6
export TARGET_NAME := @target@
7
export CROSS_COMPILE := @ac_cross_compile@
7
export CROSS_COMPILE := @ac_cross_compile@
8
export LINUX_POLL := @ac_linux_poll@ 
8
export LINUX_POLL := @ac_linux_poll@ 
9
export PREFIX := @prefix@
9
10
10
# Application can use this
11
# Application can use this
11
export PJDIR := @ac_pjdir@
12
export PJDIR := @ac_pjdir@

Return to bug 188056