summaryrefslogtreecommitdiff
path: root/graphics/resize_image/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/resize_image/patches/patch-ac')
-rw-r--r--graphics/resize_image/patches/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/resize_image/patches/patch-ac b/graphics/resize_image/patches/patch-ac
new file mode 100644
index 00000000000..18493f62dc7
--- /dev/null
+++ b/graphics/resize_image/patches/patch-ac
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/09/10 21:44:46 itojun Exp $
+
+--- utils/Makefile- 2003-09-11 06:39:20.000000000 +0900
++++ utils/Makefile 2003-09-11 06:39:34.000000000 +0900
+@@ -11,4 +11,4 @@
+
+ # pour gerer les listes doublements chainees
+ $(OBJ_DIR)/list.o : $(UTILS_DIR)/list.c $(UTILS_DIR)/list.h $(UTILS_DIR)/general.h
+- $(CC_OPT) -c $(UTILS_DIR)/list.c -o $@ $(INCLUDE_PATH)
++ $(CC) $(CFLAGS) $(CPPFLAGS) -c $(UTILS_DIR)/list.c -o $@ $(INCLUDE_PATH)