mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
3f18c37026
It's a codec for encoding data on paper, then you print it with a laser printer. If you want to read the recording, scan it with a scanner and feed into the decoder program. WWW: http://ronja.twibright.com/optar/ PR: ports/127796 Submitted by: antonakis at gmail.com
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
--- ./Makefile.orig 2008-03-02 21:42:19.000000000 +0200
|
|
+++ ./Makefile 2008-10-01 19:12:22.000000000 +0300
|
|
@@ -1,6 +1,5 @@
|
|
LDFLAGS=-lm
|
|
-CFLAGS=-O3 -Wall -Wuninitialized -fomit-frame-pointer -funroll-loops \
|
|
- -fstrength-reduce -DNODEBUG `libpng-config --I_opts`
|
|
+CFLAGS= `libpng-config --I_opts`
|
|
|
|
all: optar unoptar
|
|
|