]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
- patch for fixes missing "*/" in file include/app_version.h.
authorcieciwa <cieciwa@pld-linux.org>
Mon, 17 Apr 2000 18:49:29 +0000 (18:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apcupsd-Makefile-fix.patch -> 1.1

apcupsd-Makefile-fix.patch [new file with mode: 0644]

diff --git a/apcupsd-Makefile-fix.patch b/apcupsd-Makefile-fix.patch
new file mode 100644 (file)
index 0000000..448b33b
--- /dev/null
@@ -0,0 +1,20 @@
+--- Makefile.org       Mon Apr 17 21:40:55 2000
++++ Makefile   Mon Apr 17 21:41:19 2000
+@@ -201,7 +201,7 @@
+       @$(ECHO) >> .ver
+       @$(ECHO) \#ifndef __$(OS)__ >> .ver
+       @$(ECHO) \#define __$(OS)__ >> .ver
+-      @$(ECHO) \#endif /*\ __$(OS)__ *\/ >> .ver
++      @$(ECHO) \#endif /*\ __$(OS)__ \*\/ >> .ver
+       @$(ECHO) >> .ver
+       @if [ -d /usr/include/ncurses ]; then \
+               if [ -f /usr/include/ncurses/curses.h ]; then \
+@@ -227,7 +227,7 @@
+                       $(ECHO) \#undef __CURSES__ >> .ver; \
+       fi
+       @$(ECHO) >> .ver
+-      @$(ECHO) \#endif /*\_APC_VERSION_H *\/ >> .ver
++      @$(ECHO) \#endif /*\_APC_VERSION_H \*\/ >> .ver
+       @$(MV) -f .ver $@
+ ifdef MUSIC
This page took 0.144805 seconds and 4 git commands to generate.