mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
752d75a841
PR: 14192 Submitted by: maintainer
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
--- Makefile.orig Sat Sep 25 00:57:55 1999
|
|
+++ Makefile Fri Oct 8 03:09:28 1999
|
|
@@ -5,19 +5,19 @@
|
|
# If you want to install executive files in another directory, edit the following line.
|
|
BINDIR=/usr/local/bin
|
|
# Where your locale dir is
|
|
-LOCALEDIR=/usr/share/locale
|
|
+LOCALEDIR=/usr/local/share/locale
|
|
|
|
SHELL=sh
|
|
CC=gcc
|
|
DEFS=-DDATA_DIR=\"$(DATADIR)\"
|
|
#INCLUDES=-I./ -I/usr/include -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/include
|
|
#INCLUDES=-I./ -I/usr/include -I/usr/X11R6/include -I/usr/local/include `gtk-config --cflags`
|
|
-INCLUDES=`gtk-config --cflags`
|
|
+INCLUDES=`gtk12-config --cflags`
|
|
# The sequence of the "-l" is important when you compile staticly.
|
|
#LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -lgtk -lgdk_imlib -lgdk -lglib -ljpeg -ltiff -lpng \
|
|
# -lz -lgif -lXi -lXext -lX11 -lm
|
|
#LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib `gtk-config --libs`
|
|
-LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lgif `gtk-config --libs` -lXi -lXext -lX11 -lm
|
|
+LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lgif `gtk12-config --libs` -lXi -lXext -lX11 -lm
|
|
CFLAGS= -g -O2 -Wall
|
|
|
|
INSTALL = /usr/bin/install -c
|