]> git.pld-linux.org Git - packages/aee.git/commitdiff
- fix patch to help file and use optflags (from mdk)
authorundefine <undefine@pld-linux.org>
Sat, 27 Aug 2005 01:11:18 +0000 (01:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aee-conf.patch -> 1.1

aee-conf.patch [new file with mode: 0644]

diff --git a/aee-conf.patch b/aee-conf.patch
new file mode 100644 (file)
index 0000000..179e112
--- /dev/null
@@ -0,0 +1,32 @@
+--- aee-2.2.15b/create.mk.aee~ 2002-09-23 06:16:04.000000000 +0200
++++ aee-2.2.15b/create.mk.aee  2004-01-05 01:00:11.000000000 +0100
+@@ -263,7 +263,7 @@ fi
+ echo "DEFINES =       $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.aee
+ echo "" >> make.aee
+-echo "CFLAGS =        $HAS_UNISTD $HAS_STDARG $HAS_STDLIB $HAS_CTYPE $HAS_SYS_IOCTL $HAS_SYS_WAIT $other_cflags $five_lib $five_include $select_hdr $termcap_exists" >> make.aee
++echo "CFLAGS =        $HAS_UNISTD $HAS_STDARG $HAS_STDLIB $HAS_CTYPE $HAS_SYS_IOCTL $HAS_SYS_WAIT $other_cflags $five_lib $five_include $select_hdr $termcap_exists \$(OPTFLAGS)" >> make.aee
+ echo "" >> make.aee
+ echo "" >> make.aee
+ echo "all :   $TARGET" >> make.aee
+--- aee-2.2.15b/help.c~        1999-02-01 05:28:23.000000000 +0100
++++ aee-2.2.15b/help.c 2004-01-05 01:06:04.000000000 +0100
+@@ -11,6 +11,7 @@
+ #include "aee.h"
+ char *help_file_list[4] = {
++      "/usr/share/aee/help.ae",
+       "/usr/local/aee/help.ae", 
+       "/usr/local/lib/help.ae", 
+       "~/.help.ae", 
+--- aee-2.2.15b/create.mk.xae~ 2002-09-23 04:16:18.000000000 +0000
++++ aee-2.2.15b/create.mk.xae  2005-08-27 00:50:37.224401848 +0000
+@@ -185,7 +185,7 @@
+ echo "DEFINES =       -DXAE -Dxae11 $catgets " > xae_dir/make.xae
+ echo "" >> xae_dir/make.xae
+-echo "CFLAGS =        $HAS_UNISTD $HAS_STDARG $HAS_STDLIB $HAS_CTYPE $HAS_SYS_IOCTL $HAS_SYS_WAIT $X_headers $five_include $X_libs $five_lib $other_cflags" >> xae_dir/make.xae
++echo "CFLAGS =        $HAS_UNISTD $HAS_STDARG $HAS_STDLIB $HAS_CTYPE $HAS_SYS_IOCTL $HAS_SYS_WAIT $X_headers $five_include $X_libs $five_lib $other_cflags \$(OPTFLAGS)" >> xae_dir/make.xae
+ echo "" >> xae_dir/make.xae
+ echo "" >> xae_dir/make.xae
+ echo "all :   xae" >> xae_dir/make.xae
This page took 0.078464 seconds and 4 git commands to generate.