5b43672948
- Clean up patch logic. - Mark as BROKEN for obvious incompleteness: Blindly builds as 32-bit/ little endian on all archs, doesn't honor CC/CXX/C(XX)FLAGS.
19 lines
498 B
Plaintext
19 lines
498 B
Plaintext
$OpenBSD: patch-openh323_Makefile,v 1.1 2002/08/02 21:28:34 naddy Exp $
|
|
--- openh323/Makefile.orig Mon Feb 11 07:20:07 2002
|
|
+++ openh323/Makefile Fri Aug 2 21:40:17 2002
|
|
@@ -195,7 +195,7 @@
|
|
# Revision 1.1 1999/01/16 10:32:26 robertj
|
|
# Initial revision
|
|
#
|
|
-export INSTALL_DIR=/usr/local
|
|
+export INSTALL_DIR=$(PREFIX)
|
|
|
|
ifndef PWLIBDIR
|
|
export PWLIBDIR=$(HOME)/pwlib
|
|
@@ -253,4 +253,4 @@ docs:
|
|
doc++ --dir html --tables openh323.dxx
|
|
|
|
install:
|
|
- make -C src install
|
|
+ $(MAKE) -C src install
|