diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 04:08:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 04:08:47 +0000 |
commit | 39e8819cd2197785ed72fe9c1a939b46b6d5c02d (patch) | |
tree | 329301715b9d2549b5cc0f8c00ecd2c4917344c9 /net/libgnetwork/files/patch-Makefile.in | |
parent | Add gstreamer-ffmpeg, a GStreamer plug-in for manipulating MPEG video streams. (diff) |
Add libgnetwork, a GLib-based network wrapper API that is slated to become
the de facto standard for GNOME.
Notes
Notes:
svn path=/head/; revision=106189
Diffstat (limited to 'net/libgnetwork/files/patch-Makefile.in')
-rw-r--r-- | net/libgnetwork/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libgnetwork/files/patch-Makefile.in b/net/libgnetwork/files/patch-Makefile.in new file mode 100644 index 000000000000..bfedc0255042 --- /dev/null +++ b/net/libgnetwork/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Dec 12 01:51:23 2003 ++++ Makefile.in Fri Dec 12 01:51:29 2003 +@@ -197,7 +197,7 @@ + + AUTOMAKE_OPTIONS = 1.7 + +-SUBDIRS = libgnetwork tests data doc po ++SUBDIRS = libgnetwork data doc po + + EXTRA_DIST = \ + intltool-merge.in \ |