mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 05:50:56 -04:00
9 lines
399 B
Plaintext
9 lines
399 B
Plaintext
$NetBSD: patch-src_jcomp_Makefile,v 1.1 2011/02/04 12:05:45 adam Exp $
|
|
|
|
--- src/jcomp/Makefile.orig 2011-02-04 09:44:51.000000000 +0000
|
|
+++ src/jcomp/Makefile 2011-02-04 09:45:02.000000000 +0000
|
|
@@ -3,2 +3 @@
|
|
-CC=gcc
|
|
-CFLAGS:=$(CFLAGS) -O2 -Wall -I../../include -I. `pkg-config --cflags glib-2.0` -D_REENTRANT
|
|
+CFLAGS:=$(CFLAGS) -Wall -I../../include -I. `pkg-config --cflags glib-2.0` -D_REENTRANT
|