diff options
author | steve <steve@FreeBSD.org> | 1998-02-18 04:21:08 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-18 04:21:08 +0000 |
commit | b6a31d5c820d5196dc24889d5152180e6c9a55d1 (patch) | |
tree | 0ebdbc9007971f7f42fdc2aff9b023be3dbacfba /graphics/ppm2fli/files | |
parent | ee39515c0e8400fa707bb77aa367afb65b3830ab (diff) | |
download | FreeBSD-ports-b6a31d5c820d5196dc24889d5152180e6c9a55d1.zip FreeBSD-ports-b6a31d5c820d5196dc24889d5152180e6c9a55d1.tar.gz |
Initial import of ppm2fli.
Utilities to merge PPM files into animated FLI and vice versa.
Diffstat (limited to 'graphics/ppm2fli/files')
-rw-r--r-- | graphics/ppm2fli/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/ppm2fli/files/patch-aa b/graphics/ppm2fli/files/patch-aa new file mode 100644 index 0000000..ab8fcfd --- /dev/null +++ b/graphics/ppm2fli/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.orig Fri Feb 13 01:15:45 1998 +--- Makefile Fri Feb 13 01:16:02 1998 +*************** +*** 9,15 **** + # + # Cflags + # +! CFLAGS=-O2 -Wall + # ------------------------------------------------------------------ + + .c.o: +--- 9,15 ---- + # + # Cflags + # +! CFLAGS+=-O2 -Wall + # ------------------------------------------------------------------ + + .c.o: |