diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-12 05:30:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-12 05:30:42 +0000 |
commit | 4a17c6bd5aacdd0e069d51a4a254b7a288fd1b1a (patch) | |
tree | 86fb60fd1cc7d7d33c38d863412ea497bdb38440 /net/gnet2/files/patch-gnet-config.in | |
parent | Update distinfo. (diff) |
Add gnet2 after a repo copy from gnet-glib2. gnet2 is the stable Glib-2
based version of the simple network library, GNet.
Notes
Notes:
svn path=/head/; revision=84732
Diffstat (limited to 'net/gnet2/files/patch-gnet-config.in')
-rw-r--r-- | net/gnet2/files/patch-gnet-config.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/gnet2/files/patch-gnet-config.in b/net/gnet2/files/patch-gnet-config.in deleted file mode 100644 index 4b3b6b698ce7..000000000000 --- a/net/gnet2/files/patch-gnet-config.in +++ /dev/null @@ -1,19 +0,0 @@ ---- gnet-config.in.orig Sun Feb 16 15:14:23 2003 -+++ gnet-config.in Sun Feb 16 15:15:25 2003 -@@ -9,13 +9,13 @@ - prefix=@prefix@ - exec_prefix=@exec_prefix@ - exec_prefix_set=no --cflags="-I@includedir@/gnet -I@libdir@/gnet/include" --libs="-L@libdir@ -lgnet" -+cflags="-I@includedir@/gnet-glib2 -I@libdir@/gnet-glib2/include" -+libs="-L@libdir@ -lgnet-glib2" - - usage() - { - cat <<EOF --Usage: gnet-config [OPTIONS] [LIBRARIES] -+Usage: gnet-glib2-config [OPTIONS] [LIBRARIES] - Options: - [--prefix[=DIR]] - [--exec-prefix[=DIR]] |