diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 16:36:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 16:36:06 +0000 |
commit | 0ce9c970cf1f04781b118a59f97f3eb1664b66e8 (patch) | |
tree | f7a394b0aac405fa51a73c089493e2d03e9df09a /x11-clocks/asclock-gtk/files/patch-configure | |
parent | - Fix the implicit requirement lines of the pkg-config files to use libav's (diff) |
Rename x11-*/ patch-xy patches to reflect the files they modify.
Finally, this is the last of it.
Diffstat (limited to 'x11-clocks/asclock-gtk/files/patch-configure')
-rw-r--r-- | x11-clocks/asclock-gtk/files/patch-configure | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/x11-clocks/asclock-gtk/files/patch-configure b/x11-clocks/asclock-gtk/files/patch-configure new file mode 100644 index 000000000000..46304a114798 --- /dev/null +++ b/x11-clocks/asclock-gtk/files/patch-configure @@ -0,0 +1,39 @@ +--- configure.orig Sat Mar 27 01:56:27 1999 ++++ configure Sat Jun 12 15:44:06 1999 +@@ -2,19 +2,7 @@ + clear + echo Welcome to the new world of asclock! + echo +-echo Specify the versions you want to build. Note that you can always +-echo "build them explicitly by issuing 'make asclock' (gtk) or 'make asclock_applet'" +-echo "(gnome) in the shell." +-echo "asclock : the gtk standalone version" +-echo "asclock_applet : the applet version (always docks to the gnome panel)" +-echo "all : both versions" +-printf "I want to build [default=='asclock']:" +-read build +-case $build in +- asclock_applet) build="asclock_applet";; +- all) build="all";; +- *) build="asclock";; +-esac ++build="asclock" + + echo You selected \'make $build\' + echo +@@ -74,15 +62,6 @@ + else echo "char *second_xpm[] = { NULL };" >>./default_theme/second.xpm + fi + +- echo Do you want to build \'$build\' now [default==\'yes\']? +- read bla +- case $bla in +- [Nn]|[Nn][Oo]) echo no make no clock...; +- exit 0; +- ;; +- *) touch config.c asclock.c; +- make $build;; +- esac + exit 0 + fi + done |