mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
1210188ed1
PR: 16727 Submitted by: Maxim Sobolev <sobomax@altavista.net> Reviewed by: Will Andrews <andrews@technologist.com> Use libungif instead of giflib.
23 lines
903 B
Plaintext
23 lines
903 B
Plaintext
--- configure.orig Tue Feb 15 16:00:11 2000
|
|
+++ configure Tue Feb 15 16:02:20 2000
|
|
@@ -5398,7 +5398,8 @@
|
|
WindowMaker/Pixmaps/Makefile WindowMaker/Styles/Makefile \
|
|
WindowMaker/Themes/Makefile \
|
|
WPrefs.app/Makefile WPrefs.app/tiff/Makefile WPrefs.app/xpm/Makefile \
|
|
- WPrefs.app/po/Makefile src/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
|
+ WPrefs.app/po/Makefile \
|
|
+ libwmfun-0.0.2/libwmfun/Makefile src/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
|
EOF
|
|
cat >> $CONFIG_STATUS <<EOF
|
|
|
|
@@ -5531,7 +5532,8 @@
|
|
WindowMaker/Pixmaps/Makefile WindowMaker/Styles/Makefile \
|
|
WindowMaker/Themes/Makefile \
|
|
WPrefs.app/Makefile WPrefs.app/tiff/Makefile WPrefs.app/xpm/Makefile \
|
|
- WPrefs.app/po/Makefile "}
|
|
+ WPrefs.app/po/Makefile \
|
|
+ libwmfun-0.0.2/libwmfun/Makefile "}
|
|
EOF
|
|
cat >> $CONFIG_STATUS <<\EOF
|
|
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|