diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /x11/gdm/files/patch-Makefile.in | |
parent | Remove expired ports: (diff) |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Notes
Notes:
svn path=/head/; revision=480951
Diffstat (limited to 'x11/gdm/files/patch-Makefile.in')
-rw-r--r-- | x11/gdm/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/gdm/files/patch-Makefile.in b/x11/gdm/files/patch-Makefile.in new file mode 100644 index 000000000000..1589e0c8ed27 --- /dev/null +++ b/x11/gdm/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2018-01-14 11:27:57.277621000 +0100 ++++ Makefile.in 2018-01-14 11:28:53.422079000 +0100 +@@ -162,7 +162,7 @@ + ETAGS = etags + CTAGS = ctags + CSCOPE = cscope +-DIST_SUBDIRS = data common pam-extensions daemon libgdm utils pam_gdm \ ++DIST_SUBDIRS = data common pam-extensions daemon libgdm utils \ + po tests chooser docs + am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(top_srcdir)/data/dconf/gdm.in AUTHORS COPYING ChangeLog \ +@@ -472,7 +472,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + NULL = +-SUBDIRS = data common pam-extensions daemon libgdm utils pam_gdm po \ ++SUBDIRS = data common pam-extensions daemon libgdm utils po \ + tests $(NULL) $(am__append_1) $(am__append_2) + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + EXTRA_DIST = \ |