1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Remove obsolete patch for real.

Noticed by: Nicholas Kirby <nkirby@dagr.net>
This commit is contained in:
Michael Nottebrock 2005-04-12 01:25:55 +00:00
parent 93946767b2
commit 233905d525
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133110
2 changed files with 0 additions and 42 deletions

View File

@ -1,21 +0,0 @@
--- amarok/src/vis/xmmswrapper/Makefile.in.orig Sat Oct 9 14:52:12 2004
+++ amarok/src/vis/xmmswrapper/Makefile.in Thu Oct 28 12:16:00 2004
@@ -304,7 +304,8 @@
amarok_xmmswrapper2_LDFLAGS = \
$(xmms_libs) \
- $(gtk_libs)
+ $(gtk_libs) \
+ $(all_libraries)
subdir = amarok/src/vis/xmmswrapper
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
@@ -317,7 +318,7 @@
#>- amarok_xmmswrapper2_OBJECTS = $(am_amarok_xmmswrapper2_OBJECTS)
#>+ 1
amarok_xmmswrapper2_OBJECTS = xmmswrapper.$(OBJEXT)
-amarok_xmmswrapper2_LDADD = $(LDADD)
+amarok_xmmswrapper2_LDADD = $(LDADD) $(LIBPTHREAD) -lintl
amarok_xmmswrapper2_DEPENDENCIES =
DEFS = @DEFS@

View File

@ -1,21 +0,0 @@
--- amarok/src/vis/xmmswrapper/Makefile.in.orig Sat Oct 9 14:52:12 2004
+++ amarok/src/vis/xmmswrapper/Makefile.in Thu Oct 28 12:16:00 2004
@@ -304,7 +304,8 @@
amarok_xmmswrapper2_LDFLAGS = \
$(xmms_libs) \
- $(gtk_libs)
+ $(gtk_libs) \
+ $(all_libraries)
subdir = amarok/src/vis/xmmswrapper
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
@@ -317,7 +318,7 @@
#>- amarok_xmmswrapper2_OBJECTS = $(am_amarok_xmmswrapper2_OBJECTS)
#>+ 1
amarok_xmmswrapper2_OBJECTS = xmmswrapper.$(OBJEXT)
-amarok_xmmswrapper2_LDADD = $(LDADD)
+amarok_xmmswrapper2_LDADD = $(LDADD) $(LIBPTHREAD) -lintl
amarok_xmmswrapper2_DEPENDENCIES =
DEFS = @DEFS@