openbsd-ports/graphics/xpaint/patches/patch-Local_config

22 lines
749 B
Plaintext
Raw Normal View History

2005-04-17 17:24:25 -04:00
$OpenBSD: patch-Local_config,v 1.2 2005/04/17 21:24:25 espie Exp $
--- Local.config.orig Tue Jun 12 21:26:45 2001
+++ Local.config Sun Apr 17 23:22:55 2005
@@ -135,6 +135,17 @@ XCOMM CDEBUGFLAGS =
XCOMM This should take care of everything needed for BSD.
+#if defined(OpenBSDArchitecture)
+ARCH_DEFINES = -DHAVE_PARAM_H
2005-04-17 17:24:25 -04:00
+TIFF_INCLUDE = -I${DEPBASE}/include
+TIFF_LIB = -L${DEPBASE}/lib -ltiff
+JPEG_INCLUDE = -I${DEPBASE}/include
+JPEG_LIB = -L${DEPBASE}/lib -ljpeg
+PNG_INCLUDE = -I${DEPBASE}/include/libpng
+PNG_LIB = -L${DEPBASE}/lib -lpng -lz
+XPM_INCLUDE = -I${X11BASE}/include/X11
+#endif
+
#if defined(NetBSDArchitecture) || defined(BSD386Architecture)
ARCH_DEFINES = -DHAVE_PARAM_H
TIFF_INCLUDE = -I/usr/local/include