pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/gmplayer



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Fri Apr 12 19:42:05 UTC 2024

Modified Files:
        pkgsrc/multimedia/gmplayer: Makefile

Log Message:
multimedia/gmplayer: Make this cross-compile.

Skip the broken X11 detection in configure by passing `--enable-x11'.
Since this is a gtk2+ front end to mplayer, we require X11 anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 pkgsrc/multimedia/gmplayer/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/gmplayer/Makefile
diff -u pkgsrc/multimedia/gmplayer/Makefile:1.167 pkgsrc/multimedia/gmplayer/Makefile:1.168
--- pkgsrc/multimedia/gmplayer/Makefile:1.167   Fri Apr 12 19:32:56 2024
+++ pkgsrc/multimedia/gmplayer/Makefile Fri Apr 12 19:42:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.167 2024/04/12 19:32:56 riastradh Exp $
+# $NetBSD: Makefile,v 1.168 2024/04/12 19:42:05 riastradh Exp $
 #
 # NOTE: if you are updating both mplayer and gmplayer, you must ensure
 # that *both* distinfo files contain the correct, up-to-date files and
@@ -104,7 +104,7 @@ DISTINFO_FILE=      ${.CURDIR}/distinfo
 DIST_SUBDIR=   mplayer
 
 USE_TOOLS+=            pax pkg-config
-CONFIGURE_ARGS+=       --enable-gui --disable-mencoder \
+CONFIGURE_ARGS+=       --enable-gui --enable-x11 --disable-mencoder \
                        --confdir=${PREFIX}/share/mplayer
 CONFIGURE_ARGS+=       --enable-xvmc
 



Home | Main Index | Thread Index | Old Index