diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-01 20:43:43 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-01 20:43:43 +0000 |
commit | f2ae9f3e0b9b1c92d2369bbc774cbb65829ee61c (patch) | |
tree | b9dd381e57a7c820f31901234c6d3535f92e2fd6 /audio/tunesbrowser/files/patch-Makefile.in | |
parent | Prevent qmake from running again here as well. (diff) |
- Retire gstreamer 0.8.0
Notes
Notes:
svn path=/head/; revision=192557
Diffstat (limited to 'audio/tunesbrowser/files/patch-Makefile.in')
-rw-r--r-- | audio/tunesbrowser/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/tunesbrowser/files/patch-Makefile.in b/audio/tunesbrowser/files/patch-Makefile.in deleted file mode 100644 index 229c61c3e0da..000000000000 --- a/audio/tunesbrowser/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 \ |