diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-29 06:45:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-29 06:45:47 +0000 |
commit | f2d5db72d3f058047ff94d2561fc6f01b55c8f1b (patch) | |
tree | 43ed8a65eab446ccca76aa746a8dea7e276179b9 /chat/psi/patches | |
parent | a59bebfa981d4c7dd35d367f63ba367e9d08cb94 (diff) | |
download | pkgsrc-f2d5db72d3f058047ff94d2561fc6f01b55c8f1b.tar.gz |
Clean up hard-coded /usr/X11R6/include from the header search path, and
just have BUILD_DEPENDency on qt3-tools instead of the full one.
Diffstat (limited to 'chat/psi/patches')
-rw-r--r-- | chat/psi/patches/patch-ab | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chat/psi/patches/patch-ab b/chat/psi/patches/patch-ab index bb4b5113542..0f2f7431112 100644 --- a/chat/psi/patches/patch-ab +++ b/chat/psi/patches/patch-ab @@ -1,11 +1,12 @@ -$NetBSD: patch-ab,v 1.2 2003/01/03 20:05:22 lha Exp $ +$NetBSD: patch-ab,v 1.3 2003/01/29 06:45:48 jlam Exp $ ---- src/psi.pro.orig Wed Oct 30 11:09:34 2002 -+++ src/psi.pro Tue Dec 17 13:10:29 2002 -@@ -154,7 +154,7 @@ +--- src/psi.pro.orig Wed Oct 30 02:09:34 2002 ++++ src/psi.pro +@@ -153,8 +153,7 @@ INCLUDEPATH += kmp + # System-specific build settings unix:!mac { - INCLUDEPATH += /usr/include /usr/X11R6/include +- INCLUDEPATH += /usr/include /usr/X11R6/include - LIBS += -lz -lXss + LIBS += -lz -lXss -lqt-mt SOURCES += trayicon_x11.cpp |