diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-09-20 12:15:34 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-09-20 12:15:34 +0000 |
commit | b88614e6ebc666bc9c976221d654c010a744e854 (patch) | |
tree | 3959a60ef78677f19a49f6006cc35834b89c4c69 /multimedia | |
parent | 7573ca31832a5f070383c9ce7ce353c82bedd3f1 (diff) | |
download | pkgsrc-b88614e6ebc666bc9c976221d654c010a744e854.tar.gz |
Be sure to link to the xine libs. Fixes compilation problems when strsep()
is missing. Builds and runs on solaris now.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine-ui/distinfo | 4 | ||||
-rw-r--r-- | multimedia/xine-ui/patches/patch-al | 13 | ||||
-rw-r--r-- | multimedia/xine-ui/patches/patch-am | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/multimedia/xine-ui/distinfo b/multimedia/xine-ui/distinfo index 94239b1fa25..5ce92f86ce0 100644 --- a/multimedia/xine-ui/distinfo +++ b/multimedia/xine-ui/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 11:24:05 agc Exp $ +$NetBSD: distinfo,v 1.7 2005/09/20 12:15:34 dmcmahill Exp $ SHA1 (xine-ui-0.99.2.tar.gz) = 0815f3b660e50a3a69bac1d54bdf8036e9ff57e2 RMD160 (xine-ui-0.99.2.tar.gz) = ccfd667417a9aa51561a132ab86e3fb1d3349694 @@ -13,3 +13,5 @@ SHA1 (patch-ah) = 9d61282de803459e4b9c49814796dcc97658849d SHA1 (patch-ai) = 78228fa174cb0d455a9debec18125d9ee13d34dd SHA1 (patch-aj) = 48deb40db11492858245b8affca709f11a6c240f SHA1 (patch-ak) = 21d6d048502b71a703365e3fab136b096c4575d3 +SHA1 (patch-al) = d00f3ad348450e209d55ba69c1c053fce7d359b3 +SHA1 (patch-am) = 55f13b6288a2ef06ed3d82bec6e28be3d65620ee diff --git a/multimedia/xine-ui/patches/patch-al b/multimedia/xine-ui/patches/patch-al new file mode 100644 index 00000000000..d248854afd9 --- /dev/null +++ b/multimedia/xine-ui/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.1 2005/09/20 12:15:34 dmcmahill Exp $ + +--- src/xitk/Makefile.am.orig 2004-04-21 18:35:05.000000000 -0400 ++++ src/xitk/Makefile.am +@@ -66,7 +66,7 @@ xine_LDADD = @XINE_LIBS@ $(top_builddir) + xine_remote_SOURCES = xine-remote.c + xine_remote_DEPENDENCIES = $(top_builddir)/src/common/libcommon.la \ + xine-remote.c +-xine_remote_LDADD = $(INTLLIBS) $(NET_LIBS) $(THREAD_LIBS) $(READLINE_LIBS) $(NCURSES_LIB) \ ++xine_remote_LDADD = @XINE_LIBS@ $(INTLLIBS) $(NET_LIBS) $(THREAD_LIBS) $(READLINE_LIBS) $(NCURSES_LIB) \ + $(top_builddir)/src/common/libcommon.la $(DBG_LIBS) + + session_ctrl_LDADD = @XINE_LIBS@ $(top_builddir)/src/common/libcommon.la $(DBG_LIBS) diff --git a/multimedia/xine-ui/patches/patch-am b/multimedia/xine-ui/patches/patch-am new file mode 100644 index 00000000000..842780b0010 --- /dev/null +++ b/multimedia/xine-ui/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 2005/09/20 12:15:34 dmcmahill Exp $ + +--- src/xitk/Makefile.in.orig 2004-07-04 12:26:05.000000000 -0400 ++++ src/xitk/Makefile.in +@@ -319,7 +319,7 @@ xine_remote_SOURCES = xine-remote.c + xine_remote_DEPENDENCIES = $(top_builddir)/src/common/libcommon.la \ + xine-remote.c + +-xine_remote_LDADD = $(INTLLIBS) $(NET_LIBS) $(THREAD_LIBS) $(READLINE_LIBS) $(NCURSES_LIB) \ ++xine_remote_LDADD = @XINE_LIBS@ $(INTLLIBS) $(NET_LIBS) $(THREAD_LIBS) $(READLINE_LIBS) $(NCURSES_LIB) \ + $(top_builddir)/src/common/libcommon.la $(DBG_LIBS) + + |