diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-02 19:05:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-02 19:05:33 +0000 |
commit | 36d2671f005a14f36297c27be9cf7ae4fb02f3cf (patch) | |
tree | a77a73527659c8190f6cc0f57de6b3ae9f3c5c1d /graphics/qcread/files/patch-aa | |
parent | - Update to version 1.701.0 (diff) |
- Support USE_GETOPT_LONG
PR: ports/65086
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=105984
Diffstat (limited to '')
-rw-r--r-- | graphics/qcread/files/patch-aa | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/qcread/files/patch-aa b/graphics/qcread/files/patch-aa deleted file mode 100644 index 44da6f41dd73..000000000000 --- a/graphics/qcread/files/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.old Sun Aug 23 21:51:14 1998 -+++ Makefile Sun Aug 23 21:53:23 1998 -@@ -9,17 +9,17 @@ - - # for Linux - # --CFLAGS = -O -DLinux --INCLUDES = cqc.h --OBJS = cqc.o -+#CFLAGS = -O -DLinux -+#INCLUDES = cqc.h -+#OBJS = cqc.o - # - # end Linux options - - ## for FreeBSD - ## --#CFLAGS = -g -O -Ignu-getopt -DFreeBSD --#INCLUDES = cqc.h gnu-getopt/getopt.h --#OBJS = cqc.o gnu-getopt/getopt.o gnu-getopt/getopt1.o -+CFLAGS+= -I. -DFreeBSD -+INCLUDES = cqc.h getopt.h -+OBJS = cqc.o getopt.o getopt1.o - ## - ## end FreeBSD options - |