diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-05-28 18:45:00 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-05-28 18:45:00 +0800 |
commit | 9e3a3ae1f7004f70974c3923d2618126bce81065 (patch) | |
tree | 95122ce925ac3fc045692f066bfb2eef2cbae91e /audio | |
parent | 7fca5e640e40fc96b72cbe80037ba0a24a9b9108 (diff) | |
download | freebsd-ports-gnome-9e3a3ae1f7004f70974c3923d2618126bce81065.tar.gz freebsd-ports-gnome-9e3a3ae1f7004f70974c3923d2618126bce81065.tar.zst freebsd-ports-gnome-9e3a3ae1f7004f70974c3923d2618126bce81065.zip |
Fix a patch that got mangled on the last update.
Approved by: clement (mentor, implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tunesbrowser/files/patch-Makefile.in | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/audio/tunesbrowser/files/patch-Makefile.in b/audio/tunesbrowser/files/patch-Makefile.in index cbb1aa178e4e..229c61c3e0da 100644 --- a/audio/tunesbrowser/files/patch-Makefile.in +++ b/audio/tunesbrowser/files/patch-Makefile.in @@ -1,21 +1,20 @@ -+--- Makefile.in.orig Mon May 16 14:48:28 2005 -++++ Makefile.in Mon May 16 19:39:09 2005 -+@@ -144,7 +144,7 @@ -+ sysconfdir = @sysconfdir@ -+ target_alias = @target_alias@ -+ SUBDIRS = debug -+-uidir = $(datadir) -++uidir = $(pkgdatadir) -+ bin_PROGRAMS = tunesbrowser -+ tunesbrowser_SOURCES = albumlist.c artistlist.c audioplayer.c \ -+ daap.c main.c misc_ui.c songlist.c sourcelist.c \ -+@@ -158,7 +158,7 @@ -+ man_MANS = tunesbrowser.1 - -- uninstall-uiDATA: -+ INCLUDES = -I$(srcdir) -I$(srcdir)/debug -+-AM_CFLAGS = $(TB_CFLAGS) -W -Wall -DUIDIR=$(datadir) -++AM_CFLAGS = $(TB_CFLAGS) -W -Wall -DUIDIR=$(pkgdatadir) -+ -+ ui_DATA = tunesbrowser.glade \ -+ comp.blue.png comp.red.png \ +--- Makefile.in.orig Mon May 16 14:48:28 2005 ++++ Makefile.in Mon May 16 19:39:09 2005 +@@ -144,7 +144,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + SUBDIRS = debug +-uidir = $(datadir) ++uidir = $(pkgdatadir) + bin_PROGRAMS = tunesbrowser + tunesbrowser_SOURCES = albumlist.c artistlist.c audioplayer.c \ + daap.c main.c misc_ui.c songlist.c sourcelist.c \ +@@ -158,7 +158,7 @@ + man_MANS = tunesbrowser.1 + + INCLUDES = -I$(srcdir) -I$(srcdir)/debug +-AM_CFLAGS = $(TB_CFLAGS) -W -Wall -DUIDIR=$(datadir) ++AM_CFLAGS = $(TB_CFLAGS) -W -Wall -DUIDIR=$(pkgdatadir) + + ui_DATA = tunesbrowser.glade \ + comp.blue.png comp.red.png \ |