diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-26 18:26:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-26 18:26:51 +0000 |
commit | ecb1dc0a3fdbb13f73ef0d899e1b00490cc39cdd (patch) | |
tree | 762eb78f3c75129759714151999f9ac23cd560f7 /net/tightvnc | |
parent | 8f061383e9ac20f3285fe4815a5963267ff31f1a (diff) | |
download | pkgsrc-ecb1dc0a3fdbb13f73ef0d899e1b00490cc39cdd.tar.gz |
Do not pass down "-I" to the compiler
Diffstat (limited to 'net/tightvnc')
-rw-r--r-- | net/tightvnc/distinfo | 3 | ||||
-rw-r--r-- | net/tightvnc/patches/patch-ao | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/tightvnc/distinfo b/net/tightvnc/distinfo index 9184d5bedea..9ceb1b7f02f 100644 --- a/net/tightvnc/distinfo +++ b/net/tightvnc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2010/02/19 13:22:33 asau Exp $ +$NetBSD: distinfo,v 1.17 2010/02/26 18:26:51 joerg Exp $ SHA1 (tightvnc-1.3.10_unixsrc.tar.bz2) = ab4ed3d8e9d5188edf0ff27fce3027495f1a8851 RMD160 (tightvnc-1.3.10_unixsrc.tar.bz2) = 0c24207ec13c1d41f445ccbdea16ce2b5d0729a7 @@ -17,3 +17,4 @@ SHA1 (patch-ak) = f79238fabee0dfcf6c8ffa29c269d0d70d2f362f SHA1 (patch-al) = 4a5cbb99b4ddde6ac64050f1efd3005548828442 SHA1 (patch-am) = 2de40589cc8ff7401086d6400655123f0eaeff3a SHA1 (patch-an) = f6a87780d4fb51a7e5bd2e171f6bbf0165101477 +SHA1 (patch-ao) = da93c38284a322721bbf61f17c5573d8d99806b4 diff --git a/net/tightvnc/patches/patch-ao b/net/tightvnc/patches/patch-ao new file mode 100644 index 00000000000..17930e7154f --- /dev/null +++ b/net/tightvnc/patches/patch-ao @@ -0,0 +1,13 @@ +$NetBSD: patch-ao,v 1.1 2010/02/26 18:26:51 joerg Exp $ + +--- Xvnc/lib/font/fontfile/Imakefile.orig 2010-02-26 18:20:00.000000000 +0000 ++++ Xvnc/lib/font/fontfile/Imakefile +@@ -5,7 +5,7 @@ XCOMM $XFree86: xc/lib/font/fontfile/Ima + #if !HasZlib + ZLIBINC = /usr/local/include + #endif +- INCLUDES = -I$(FONTINCSRC) -I../include -I$(SERVERSRC)/include -I$(ZLIBINC) ++ INCLUDES = -I$(FONTINCSRC) -I../include -I$(SERVERSRC)/include + HEADERS = + #ifdef FontFormatDefines + FORMAT_DEFS = FontFormatDefines |