mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix a patch that got mangled on the last update.
Approved by: clement (mentor, implicit)
This commit is contained in:
parent
b0eb88c613
commit
3ed0276748
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136335
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user