diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 01:44:36 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 01:44:36 +0800 |
commit | 6a0ee208c90a2e61781b3f66f6f46b2498518652 (patch) | |
tree | dd0b76d1009903129fd392f58cbebdd42f0cf71e /net-p2p/dctc-gui/files/patch-src::callbacks.c | |
parent | cb50ab72ad4b270ee0f150e822edc15a70e38c43 (diff) | |
download | marcuscom-ports-6a0ee208c90a2e61781b3f66f6f46b2498518652.tar marcuscom-ports-6a0ee208c90a2e61781b3f66f6f46b2498518652.tar.gz marcuscom-ports-6a0ee208c90a2e61781b3f66f6f46b2498518652.tar.bz2 marcuscom-ports-6a0ee208c90a2e61781b3f66f6f46b2498518652.tar.lz marcuscom-ports-6a0ee208c90a2e61781b3f66f6f46b2498518652.tar.xz marcuscom-ports-6a0ee208c90a2e61781b3f66f6f46b2498518652.tar.zst marcuscom-ports-6a0ee208c90a2e61781b3f66f6f46b2498518652.zip |
-USE_X_PREFIX -> USE_XLIB.
-X11BASE -> LOCALBASE, GNOME lives in LOCALBASE.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6867 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-p2p/dctc-gui/files/patch-src::callbacks.c')
-rw-r--r-- | net-p2p/dctc-gui/files/patch-src::callbacks.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/dctc-gui/files/patch-src::callbacks.c b/net-p2p/dctc-gui/files/patch-src::callbacks.c new file mode 100644 index 000000000..3c0ad2c3e --- /dev/null +++ b/net-p2p/dctc-gui/files/patch-src::callbacks.c @@ -0,0 +1,12 @@ +--- src/callbacks.c.orig Sun Nov 17 21:18:28 2002 ++++ src/callbacks.c Sun Nov 17 21:19:26 2002 +@@ -14,7 +14,8 @@ + #include <dirent.h> + #include <gdk/gdkkeysyms.h> + #include <gdk/gdk.h> +-#include <linux/sem.h> ++#include <sys/ipc.h> ++#include <sys/sem.h> + #include <gnome.h> + #include <glib.h> + #include <time.h> |