summaryrefslogtreecommitdiff
path: root/korean/hpscat/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/hpscat/files/patch-Makefile')
-rw-r--r--korean/hpscat/files/patch-Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/korean/hpscat/files/patch-Makefile b/korean/hpscat/files/patch-Makefile
new file mode 100644
index 000000000000..a20c03072edd
--- /dev/null
+++ b/korean/hpscat/files/patch-Makefile
@@ -0,0 +1,18 @@
+--- Makefile.orig Wed Nov 22 07:42:41 1995
++++ Makefile Sat Mar 30 19:22:22 2002
+@@ -11,10 +11,12 @@
+ DADVHF = -DADV_HFONT
+ #DADVHF =
+ # define if you want to make the default paper size US letter instead of A4
+-DUS = -DUS_VERSION
+-#DUS =
+-CFLAGS = -O $(DHPS) $(DADVHF) $(DUS)
++#DUS = -DUS_VERSION
++DUS =
++CFLAGS += $(DHPS) $(DADVHF) $(DUS)
+ LDFLAGS = -s
++
++all: $(PRG)
+
+ $(PRG): $(OBJ)
+ $(CC) $(LDFLAGS) -o $@ $(OBJ)