summaryrefslogtreecommitdiff
path: root/net/gnet2/files/patch-src_Makefile.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-12 05:30:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-12 05:30:42 +0000
commit4a17c6bd5aacdd0e069d51a4a254b7a288fd1b1a (patch)
tree86fb60fd1cc7d7d33c38d863412ea497bdb38440 /net/gnet2/files/patch-src_Makefile.in
parentUpdate 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-src_Makefile.in')
-rw-r--r--net/gnet2/files/patch-src_Makefile.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/gnet2/files/patch-src_Makefile.in b/net/gnet2/files/patch-src_Makefile.in
deleted file mode 100644
index d19e720f7552..000000000000
--- a/net/gnet2/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/Makefile.in.orig Sun Feb 16 15:07:57 2003
-+++ src/Makefile.in Sun Feb 16 15:09:08 2003
-@@ -97,9 +97,9 @@
- INCLUDES = -DG_LOG_DOMAIN=\"GNet\" @GNET_DEBUG_FLAGS@ $(GLIB_CFLAGS) $(GTHREAD_CFLAGS)
-
-
--gnetincludedir = $(includedir)/gnet
-+gnetincludedir = $(includedir)/gnet-glib2
-
--lib_LTLIBRARIES = libgnet.la
-+lib_LTLIBRARIES = libgnet-glib2.la
-
- libgnet_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(GLIB_LIBS) $(GTHREAD_LIBS)
-
-@@ -220,7 +220,7 @@
-
- maintainer-clean-libtool:
-
--libgnet.la: $(libgnet_la_OBJECTS) $(libgnet_la_DEPENDENCIES)
-+libgnet-glib2.la: $(libgnet_la_OBJECTS) $(libgnet_la_DEPENDENCIES)
- $(LINK) -rpath $(libdir) $(libgnet_la_LDFLAGS) $(libgnet_la_OBJECTS) $(libgnet_la_LIBADD) $(LIBS)
-
- install-gnetincludeHEADERS: $(gnetinclude_HEADERS)