1999-09-20 04:02:34 +02:00
|
|
|
--- Makefile.orig Sat Sep 18 17:32:21 1999
|
|
|
|
+++ Makefile Sat Sep 18 17:32:30 1999
|
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
# $Id: Makefile,v 1.1.1.1 1999/02/22 09:12:08 taoka Exp $
|
|
|
|
|
|
|
|
xdgagrab : xdgagrab.c
|
|
|
|
- gcc -O2 -m486 -Wall -I/usr/X11R6/include -o xdgagrab xdgagrab.c -L/usr/X11R6/lib -lX11 -lXxf86dga -lXext
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
+ ${CC} ${CFLAGS} -I${LOCALBASE}/include -o xdgagrab xdgagrab.c -L${LOCALBASE}/lib -lX11 -lXxf86dga -lXext
|
1999-09-20 04:02:34 +02:00
|
|
|
|