mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 07:27:54 -04:00
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
$NetBSD: patch-as,v 1.1 2005/09/08 13:19:56 cube Exp $
|
|
|
|
--- src/configure.orig 2005-05-24 05:27:10.000000000 +0200
|
|
+++ src/configure
|
|
@@ -17,9 +17,6 @@ do
|
|
fi
|
|
done
|
|
|
|
-PKG_INCLUDE=`pkg-config gtk+-2.0 --cflags`
|
|
-PKG_LIB=`pkg-config gtk+-2.0 --libs`
|
|
-
|
|
rm -f configure.h configure.log test test.o test.c
|
|
|
|
touch configure.h
|