mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
3de11fa7f7
A library to send messages from GNU GUILE to Objective C objects. PR: 7183 (2 of 9) Submitted by: Yukihiro Nakai <Nakai@technologist.com>
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
--- configure.orig Tue Jun 30 19:54:00 1998
|
|
+++ configure Tue Jun 30 19:54:19 1998
|
|
@@ -62,6 +62,8 @@
|
|
# Initialize some other variables.
|
|
subdirs=
|
|
MFLAGS= MAKEFLAGS=
|
|
+CFLAGS=-I/usr/local/include
|
|
+LDFLAGS=-L/usr/local/lib
|
|
# Maximum number of lines to put in a shell here document.
|
|
ac_max_here_lines=12
|
|
|