bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch to gsgd


From: Kim Shrier
Subject: patch to gsgd
Date: Sat, 18 Aug 2001 23:52:11 -0500

The gsgd library in dev-libs doesn't build correctly on FreeBSD because
it can't find the gd header files.  This patch adds an include path in
Makefile.preamble

Kim
-- 
 Kim Shrier - principal, Shrier and Deihl - mailto:kim@tinker.com
Remote Unix Network Admin, Security, Internet Software Development
  Tinker Internet Services - Superior FreeBSD-based Web Hosting
                     http://www.tinker.com/
--- dev-libs/gsgd/Makefile.preamble.orig        Tue Jul 10 21:30:37 2001
+++ dev-libs/gsgd/Makefile.preamble     Fri Jul 20 11:28:04 2001
@@ -45,7 +45,7 @@
 # ADDITIONAL_CFLAGS =  
 
 # Additional include directories the compiler should search
-ADDITIONAL_INCLUDE_DIRS = -I../
+ADDITIONAL_INCLUDE_DIRS = -I../ -I/usr/local/include/gd
 
 # Additional LDFLAGS to pass to the linker
 ifeq ($(debug), yes)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]