diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-31 15:11:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-31 15:11:00 +0000 |
commit | a991440a7fc6f7a31a3427f7283d1ca39242dfc3 (patch) | |
tree | 252d8f0d83ae05b21ddb6b92317b622c02e036ec /deskutils/wmpinboard/files | |
parent | 1790e9e916230d05676ae4402b613351e11e11e5 (diff) | |
download | ports-a991440a7fc6f7a31a3427f7283d1ca39242dfc3.tar.gz ports-a991440a7fc6f7a31a3427f7283d1ca39242dfc3.zip |
Notes
Diffstat (limited to 'deskutils/wmpinboard/files')
-rw-r--r-- | deskutils/wmpinboard/files/patch-src::Makefile.in | 11 | ||||
-rw-r--r-- | deskutils/wmpinboard/files/patch-src::getopt.c | 30 |
2 files changed, 0 insertions, 41 deletions
diff --git a/deskutils/wmpinboard/files/patch-src::Makefile.in b/deskutils/wmpinboard/files/patch-src::Makefile.in deleted file mode 100644 index eaec98af446f..000000000000 --- a/deskutils/wmpinboard/files/patch-src::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Apr 18 13:15:59 2001 -+++ src/Makefile.in Wed Apr 18 13:16:06 2001 -@@ -86,7 +86,7 @@ - X_LIBS = @X_LIBS@ - X_EXTRA_LIBS = @X_EXTRA_LIBS@ - X_PRE_LIBS = @X_PRE_LIBS@ --wmpinboard_OBJECTS = misc.o notes.o wmpinboard.o xmisc.o -+wmpinboard_OBJECTS = misc.o notes.o wmpinboard.o xmisc.o getopt.o getopt1.o - wmpinboard_LDADD = $(LDADD) - wmpinboard_DEPENDENCIES = - wmpinboard_LDFLAGS = diff --git a/deskutils/wmpinboard/files/patch-src::getopt.c b/deskutils/wmpinboard/files/patch-src::getopt.c deleted file mode 100644 index 6bc5c28e2cca..000000000000 --- a/deskutils/wmpinboard/files/patch-src::getopt.c +++ /dev/null @@ -1,30 +0,0 @@ ---- getopt.c.orig Wed Sep 1 17:49:35 1999 -+++ src/getopt.c Wed Apr 18 13:26:19 2001 -@@ -73,9 +73,9 @@ - - #ifdef VMS - #include <unixlib.h> --#if HAVE_STRING_H - 0 --#include <string.h> - #endif -+#if HAVE_STRING_H -+#include <string.h> - #endif - - #if defined (WIN32) && !defined (__CYGWIN32__) -@@ -650,6 +650,7 @@ - else - { - if (opterr) -+ { - if (argv[optind - 1][1] == '-') - /* --option */ - fprintf(stderr, -@@ -660,6 +661,7 @@ - fprintf(stderr, - _("%s: option `%c%s' doesn't allow an argument\n"), - argv[0], argv[optind - 1][0], pfound->name); -+ } - - nextchar += strlen(nextchar); - |