diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-02-11 20:58:46 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-02-11 20:58:46 +0800 |
commit | d202ef121cfc2180e40b282392ec4993192ef589 (patch) | |
tree | 53c0fdeb19ff67b5e49b49d9645096826800c793 /multimedia/libxine | |
parent | 9689aa92c46ea9073782877b3fcbbb8f0edbdaad (diff) | |
download | freebsd-ports-gnome-d202ef121cfc2180e40b282392ec4993192ef589.tar.gz freebsd-ports-gnome-d202ef121cfc2180e40b282392ec4993192ef589.tar.zst freebsd-ports-gnome-d202ef121cfc2180e40b282392ec4993192ef589.zip |
Use USE_GNOME = gnomehack instead of patching Makefile.in.
Suggested by: marcus
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libxine/files/patch-misc:Makefile.in | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 45924602b567..059a98a0b16d 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -32,6 +32,7 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOMENG= yes WANT_GNOME= yes +USE_GNOME= gnomehack USE_GMAKE= yes USE_MESA= yes USE_REINPLACE= yes diff --git a/multimedia/libxine/files/patch-misc:Makefile.in b/multimedia/libxine/files/patch-misc:Makefile.in deleted file mode 100644 index ee64bf8aa1b0..000000000000 --- a/multimedia/libxine/files/patch-misc:Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- misc/Makefile.in.orig Sun Feb 9 15:00:23 2003 -+++ misc/Makefile.in Sun Feb 9 15:00:41 2003 -@@ -221,7 +221,7 @@ - - bin_SCRIPTS = xine-config - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libxine.pc - subdir = misc - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |